predict.simca | R Documentation |
Applies SIMCA model to a new data set
## S3 method for class 'simca'
predict(object, x, c.ref = NULL, cal = FALSE, ...)
object |
a SIMCA model (object of class |
x |
a matrix with x values (predictors) |
c.ref |
a vector with reference class names (same as class names for models) |
cal |
logical, are predictions for calibration set or not |
... |
other arguments |
See examples in help for simca
function.
SIMCA results (an object of class simcares
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.