as.matrix.regres {mdatools}R 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


[Package mdatools version 0.14.1 Index]