multi_predict._mixo_pls {plsmod} | R Documentation |
Model predictions across many sub-models
Description
Model predictions across many sub-models
Usage
## 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, ...)
Arguments
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. |
[Package plsmod version 1.0.0 Index]