plsr.mcSimulation {decisionSupport} | R Documentation |
Partial Least Squares Regression (PLSR) of Monte Carlo simulation results.
Description
Perform a Partial Least Squares Regression (PLSR) of Monte Carlo simulation results.
Usage
plsr.mcSimulation(
object,
resultName = NULL,
variables.x = names(object$x),
method = "oscorespls",
scale = TRUE,
ncomp = 2,
...
)
Arguments
object |
An object of class |
resultName |
|
variables.x |
|
method |
the multivariate regression method to be used. If
|
scale |
numeric vector, or logical. If numeric vector, |
ncomp |
the number of components to include in the model (see below). |
... |
further arguments to be passed to |
Value
An object of class mvr
.
See Also
mcSimulation
, plsr
,
summary.mvr
, biplot.mvr
,
coef.mvr
, plot.mvr
,