summary.regmodel | R Documentation |
Shows performance statistics for the model.
## S3 method for class 'regmodel'
summary(
object,
ncomp = object$ncomp.selected,
ny = seq_len(object$res$cal$nresp),
res = object$res,
...
)
object |
a regression model (object of class |
ncomp |
number of components to show summary for |
ny |
which y variables to show the summary for (can be a vector) |
res |
list of results to show summary for |
... |
other arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.