summary.regcoeffs {mdatools} | R 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 |
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.
[Package mdatools version 0.14.1 Index]