summary.mvr: Summary and Print Methods for PLSR and PCR objects
Description
Summary and print methods for mvr and mvrVal objects.
Usage
## S3 method for class 'mvr':
summary(object, what = c("all", "validation", "training"),
digits = 4, print.gap = 2, ...)
## S3 method for class 'mvr':
print(x, \dots)
## S3 method for class 'mvrVal':
print(x, digits = 4, print.gap = 2, \dots)
Arguments
Value
print.mvr and print.mvrVal return the object invisibly.
encoding
latin1
Details
If what equals "training", the explained variances are
given; if it equals "validation", the cross-validated RMSEPs (if
available) are given; if it equals "all", both are given.