Description Usage Arguments Examples
plsreg1_adj
1 2 3 4 5 6 7 8 9 10 11 | plsreg1_adj(
X,
Y,
comps = 2,
autoVars = TRUE,
nminVar = 2,
minVIP = 0.8,
include.fitted = FALSE,
slope = slope,
...
)
|
... |
other params will be ignored |
1 2 3 4 | ## Not run:
plsreg1_adj(X, Y, comps = 2, autoVars = TRUE, nminVar = 2, minVIP = 0.8)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.