multi_predict._mixo_pls | R Documentation |
Model predictions across many sub-models
## S3 method for class ''_mixo_pls''
multi_predict(object, new_data, num_comp = NULL, type = NULL, ...)
## S3 method for class ''_mixo_spls''
multi_predict(object, new_data, num_comp = NULL, type = NULL, ...)
## S3 method for class ''_mixo_plsda''
multi_predict(object, new_data, num_comp = NULL, type = NULL, ...)
## S3 method for class ''_mixo_splsda''
multi_predict(object, new_data, num_comp = NULL, type = NULL, ...)
object |
An object of class |
new_data |
A rectangular data object, such as a data frame. |
num_comp |
An integer vector for the number of PLS terms to retain. |
type |
A single character value or |
... |
Not currently used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.