predict.simcam {mdatools} | 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
)