| predict.ddsimca | R Documentation |
Applies DD-SIMCA model to a new data set
## S3 method for class 'ddsimca'
predict(
object,
x,
c.ref = NULL,
alpha = object$alpha,
gamma = object$gamma,
...
)
object |
a DD-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) |
alpha |
significance level for making the predictions. |
gamma |
significance level for detection of outliers. |
... |
other optional parameters. |
See examples in help for ddsimca function.
DD-SIMCA results (an object of class ddsimcares)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.