predict.ddsimca: DD-SIMCA predictions

View source: R/ddsimca.R

predict.ddsimcaR Documentation

DD-SIMCA predictions

Description

Applies DD-SIMCA model to a new data set

Usage

## S3 method for class 'ddsimca'
predict(
  object,
  x,
  c.ref = NULL,
  alpha = object$alpha,
  gamma = object$gamma,
  ...
)

Arguments

object

a DD-SIMCA model (object of class ddsimca)

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.

Details

See examples in help for ddsimca function.

Value

DD-SIMCA results (an object of class ddsimcares)


mdatools documentation built on March 6, 2026, 5:08 p.m.