Usage
## S3 method for class 'regtst':
summary(object,
prob = c(0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 0.8, 0.9, 0.95, 0.98,
0.99, 0.999),
conf = 0.90, decimals = c(4, 4, 2, 3), ...)
## S3 method for class 'summary.regtst':
print(x, decimals, ...)
Arguments
object
An object of class "regtst"
, usually the result of a call to
regtst
.
x
An object of class "summary.regtst"
, usually the result of a
call to summary.regtst
.
prob
Nonexceedance probabilities for which quantile estimates
should be printed.
conf
Confidence level for printing parameter and quantile estimates.
These quantities will be printed only for distributions that
give an adequate fit at the specified confidence level.
decimals
Vector of length 4. The four elements specify the number of
decimal places to be used when printing $L$-moment ratios,
distribution parameters, test statistics,
and quantile estimates, respectively.
...
Further arguments passed to or from other methods.