print
when given an
object of class "estimate"
.
See the help files
Estimating Distribution Parameters and
Estimating Distribution Quantiles
for lists of functions that estimate distribution parameters
and quantiles. See the help files Prediction Intervals
and Tolerance Intervals for lists of functions
that create prediction and tolerance intervals.## S3 method for class 'estimate':
print(x, conf.cov.sig.digits = .Options$digits,
limits.sig.digits = .Options$digits, ...)
"estimate"
. See estimate.object
for details.format
function.x
."estimate"
method for the generic function
print
.
Prints estimated parameters and, if present in the object, information regarding
confidence, prediction, or tolerance intervals.estimate.object
,
Estimating Distribution Parameters,
Estimating Distribution Quantiles,
Prediction Intervals, Tolerance Intervals,
print
.