View source: R/plsr.mcSimulation.R
| plsr.mcSimulation | R Documentation | 
Perform a Partial Least Squares Regression (PLSR) of Monte Carlo simulation results.
plsr.mcSimulation(
  object,
  resultName = NULL,
  variables.x = names(object$x),
  method = "oscorespls",
  scale = TRUE,
  ncomp = 2,
  ...
)
| 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  | 
An object of class mvr.
mcSimulation, plsr, 
summary.mvr, biplot.mvr, 
coef.mvr, plot.mvr,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.