as.matrix.regres: as.matrix method for regression results

View source: R/regres.R

as.matrix.regresR Documentation

as.matrix method for regression results

Description

Returns a matrix with model performance statistics for regression results

Usage

## S3 method for class 'regres'
as.matrix(x, ncomp = NULL, ny = 1, ...)

Arguments

x

regression results (object of class regres)

ncomp

model complexity (number of components) to calculate the statistics for (can be a vector)

ny

for which response variable calculate the statistics for

...

other arguments


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.