predict | R Documentation |
Predicts the response on new data with a fitted model.
predict(object, newdata = NULL, nOcomp = NULL)
## S4 method for signature 'ConsensusOPLS'
predict(object, newdata = NULL, nOcomp = NULL)
object |
An object of class |
newdata |
A list of data frames of new data to predict. If omitted, the
fitted values in |
nOcomp |
Number of Y-orthogonal components to consider. Default, NULL, the number of Y-orthogonal components in the optimal model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.