Description Usage Arguments Details See Also
Learning aPartial Least Squares or Principal Components Regression from training data
1 | bm_pls_pcr(form, data, lpars)
|
form |
formula |
data |
data to train the model |
lpars |
parameter setting: For this multivariate regression model the main parameter is "method". The available options are "kernelpls", "svdpc", "cppls", "widekernelpls", and "simpls" |
Parameter setting can vary in method
See mvr for a comprehensive description.
Imports learning procedure from pls package.
other learning models: bm_mars;
bm_ppr; bm_gbm;
bm_glm; bm_cubist;
bm_randomforest; bm_gaussianprocess;
bm_ffnn; bm_svr
Other base learning models: bm_cubist,
bm_ffnn, bm_gaussianprocess,
bm_gbm, bm_glm,
bm_mars, bm_ppr,
bm_randomforest, bm_svr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.