Usage
RXuclars(form, data, rscale = 1, type = "lar", trace = FALSE,
eps = .Machine$double.eps, omdmin = 9.9e-13, ...)Arguments
form
A regression formula [y~x1+x2+...] suitable for use with lm().
data
Data frame containing observations on all variables in the formula.
rscale
One of three possible choices (0, 1 or 2) for rescaling of variables
as they are being "centered" to remove non-essential ill-conditioning: 0 implies no
rescaling; 1 implies divide each variable by its standard error; 2 implies rescale as
in
type
One of "lasso", "lar" or "forward.stagewise" for function lars(). Names can be
abbreviated to any unique substring. Default in RXlarlso() is "lar".
trace
If TRUE, lars() function prints out its progress.
eps
The effective zero for lars().
omdmin
Strictly positive minimum allowed value for one-minus-delta (default = 9.9e-013.)
...
Optional argument(s) passed to the lars() function in the lars R-package.