Description Usage Arguments Value
View source: R/functions_make_object.R
Make modeling object. Executes PLS regression.
1 | make_modeling_object(rawdata, exclude.vars, UK.varnames, pls.comps = 5)
|
rawdata |
See rawdata under PLSK.full |
exclude.vars |
String vector listing variables to exclude from PLS |
UK.varnames |
Sting vector listing variables that will be included for universal kriging and therefore should not enter into PLS. |
pls.comps |
Integer indicating the number of PLS components. Default is 5. |
A list named PLS The PLS object is a list of 19. In general below, m is the number of monitors.
List of 3-dimensional matrix (number of... monitors plus 32?, y, and 5 components?)
Matrix that is... monitors by 5 components
Matrix that is number of monitors plus 32 by 5
a similar matrix?
Matrix that is number of m x 5
Matrix 1 x 5 that?
366 by 5 matrix
numeric vector
Number indicating?
334 by 5 matrix
34x1x5 matrix
Vector of 5 named numbers
Number indicating?
Named number indicating?
Integer.... 5
"kernelpls"
language plsr(formula = y ~ covars.pls, ncomp = pls.comps, data = model.obj, validation = "none")
Classes 'terms', 'formula' length 3 y ~ covars.pls
data frame of y and covars.pls, which is 334 by 366?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.