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