summary.regres: summary method for regression results object

View source: R/regres.R

summary.regresR 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 regres)

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


mdatools documentation built on Sept. 11, 2024, 7:59 p.m.