pls | R Documentation |
pls
pls(
X,
Y = NULL,
ncomp = 2,
scale = FALSE,
mode = c("regression", "canonical", "invariant", "classic"),
tol = 1e-06,
max.iter = 100,
near.zero.var = FALSE,
logratio = "none",
multilevel = NULL,
all.outputs = TRUE
)
X |
mass_dataset |
Y |
Y |
ncomp |
ncomp |
scale |
scale |
mode |
mode |
tol |
tol |
max.iter |
max.iter |
near.zero.var |
near.zero.var |
logratio |
logratio |
multilevel |
multilevel |
all.outputs |
all.outputs |
A pls class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.