summary.regcoeffs: Summary method for regcoeffs object

View source: R/regcoeffs.R

summary.regcoeffsR Documentation

Summary method for regcoeffs object

Description

Shows estimated coefficients and statistics (if available).

Usage

## S3 method for class 'regcoeffs'
summary(object, ncomp = 1, ny = 1, alpha = 0.05, ...)

Arguments

object

object of class regcoeffs

ncomp

how many components to use

ny

which y variable to show the summary for

alpha

significance level for confidence interval (if statistics available)

...

other arguments

Details

Statistcs are shown if Jack-Knifing was used when model is calibrated.


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