summary.simca {mdatools} | R Documentation |
Summary method for SIMCA model object
Description
Shows performance statistics for the model.
Usage
## S3 method for class 'simca'
summary(object, ncomp = object$ncomp.selected, res = object$res, ...)
Arguments
object |
a SIMCA model (object of class |
ncomp |
number of components to show summary for |
res |
list of result objects to show summary for |
... |
other arguments |
[Package mdatools version 0.14.1 Index]