summary.regres {mdatools} | R Documentation |
summary method for regression results object
Description
Shows performance statistics for the regression results.
Usage
## S3 method for class 'regres'
summary(object, ncomp = object$ncomp.selected, ny = seq_len(object$nresp), ...)
Arguments
object |
regression results (object of class |
ncomp |
model complexity to show the summary for (if NULL - shows for all available values) |
ny |
for which response variable show the summary for (one value or a vector) |
... |
other arguments |
[Package mdatools version 0.14.1 Index]