optional matrix of class scores, typically with number of
columns less than one minus the number of classes.
dimension
dimension of the discriminant subspace, less than the number
of classes, to use for prediction.
eps
numeric threshold for small singular values for excluding
discriminant variables.
method
regression function used in optimal scaling. The default of
linear regression is provided by polyreg from the
mda package. For penalized discriminant analysis,
gen.ridge is appropriate. Other possibilities are
mars for multivariate adaptive regression splines and
bruto for adaptive backfitting of additive splines. Use
the . operator to quote specified
functions.
...
additional arguments to method for FDAModel and to
FDAModel for PDAModel.
lambda
shrinkage penalty coefficient.
df
alternative specification of lambda in terms of equivalent
degrees of freedom.