sparseLTSGrid(x, ...)
## S3 method for class 'formula':
sparseLTSGrid(formula, data, ...)
## S3 method for class 'default':
sparseLTSGrid(x, y, lambda,
mode = c("lambda", "fraction"), ...)
as.data.frame
) containing the variables in
the model. If not found in data, the variables are taken
fro"lambda"
, lambda
gives the grid of values for the penalty parameter
directly. If "fraction"
, the smallest value of
the penalty parameter tsparseLTS
.sparseLTSGrid()
is a wrapper function for
sparseLTS
that only differs in the default
values for the penalty parameter lambda
.Deprecated