Rdocumentation
powered by
Learn R Programming
mdatools (version 0.7.0)
predict.simca: SIMCA predictions
Description
Applies SIMCA model to a new data set
Usage
"predict"(object, x, c.ref = NULL, cv = F, ...)
Arguments
object
a SIMCA model (object of class
simca
)
x
a matrix with x values (predictors)
c.ref
a vector with reference class names (same as class names for models)
cv
logical, are predictions for cross-validation or not
...
other arguments
Value
SIMCA results (an object of class
simcares
)
Details
See examples in help for
simca
function.