summary.mvrV {plsVarSel} | R Documentation |
Adaptation of summary.mvr
from the pls
package v 2.4.3.
## S3 method for class 'mvrV'
summary(
object,
what = c("all", "validation", "training"),
digits = 4,
print.gap = 2,
...
)
object |
an mvrV object |
what |
one of "all", "validation" or "training" |
digits |
integer. Minimum number of significant digits in the output. Default is 4. |
print.gap |
Integer. Gap between coloumns of the printed tables. |
... |
Other arguments sent to underlying methods. |