summary.regmodel: Summary method for regression model object

View source: R/regmodel.R

summary.regmodelR Documentation

Summary method for regression model object

Description

Shows performance statistics for the model.

Usage

## S3 method for class 'regmodel'
summary(
  object,
  ncomp = object$ncomp.selected,
  ny = seq_len(object$res$cal$nresp),
  res = object$res,
  ...
)

Arguments

object

a regression model (object of class regmodel)

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


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.