Summary Method for an Object of Class
betanb
Usage
# S3 method for class 'betanb'
summary(object, alpha = NULL, type = "pc", digits = 4, ...)Arguments
- object
Object of Class
betanb, that is, the output of theBetaNB(),RSqNB(),SCorNB(),DeltaRSqNB(),PCorNB(), orDiffBetaNB()functions.- alpha
Numeric vector. Significance level \(\alpha\). If
alpha = NULL, use the argumentalphaused inobject.- type
Charater string. Confidence interval type, that is,
type = "pc"for percentile;type = "bc"for bias corrected;type = "bca"for bias corrected and accelerated.- digits
Digits to print.
- ...
additional arguments.