Description Usage Arguments Value Author(s) Examples
The function fit performs partial least squares regression for the multivariate case (i.e. more than one response variable)
1 2 3 4 5 6 7 8 9 |
formula |
a symbolic description of the model to be fit. |
data |
an data frame containing explivatives and explained variables in the model. |
scale |
boleean. If scale = TRUE, each block is standardized to zero means and unit variances (default: TRUE) |
object |
an object of class
|
... |
not used. |
An object of class
PLSDA
, basically a list including elements
x.scores |
components of the predictor variables (also known as T-components) |
x.loads |
loadings of the predictor variables |
y.scores |
components of the response variables (also known as U-components) |
y.loads |
loadings of the response variables |
expvar |
table with R-squared coefficients |
Houda Quentin Faly
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.