summary.regres | R Documentation |
Shows performance statistics for the regression results.
## S3 method for class 'regres'
summary(object, ncomp = object$ncomp.selected, ny = seq_len(object$nresp), ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.