summary.regcoeffs function

Summary method for regcoeffs object

Summary method for regcoeffs object

Shows estimated coefficients and statistics (if available).

## 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.

  • Maintainer: Sergey Kucheryavskiy
  • License: MIT + file LICENSE
  • Last published: 2024-08-19