/usr/lib/R/site-library/acepack/README.avas is in r-cran-acepack 1.4.1-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | This archive contains new S code for avas (additivity and variance
stabilization). It is used to estimate transformations for regression.
It is officially a public domain product.
To use it you need to be able to dynamically load fortran
code.
To get it going:
-compile rlsmo.f and avas.r
-source the file avas.s in S
- type help(avas) to see how to use it
This is not thoroughly tested code and I'd appreciate feedback.
Rob Tibshirani
tibs@utstat.toronto.edu
|