print
when given an
object of class "estimateCensored"
.
See the subsections Estimating Distribution Parameters and
Estimating Distribution Quantiles in the help file
Censored Data for lists of functions that estimate
distribution parameters and quantiles based on Type I censored data.
See the subsection Prediction and Tolerance Intervals
in the help file Censored Data for lists of functions
that create prediction and tolerance intervals.## S3 method for class 'estimateCensored':
print(x, show.cen.levels = TRUE,
pct.censored.digits = .Options$digits,
conf.cov.sig.digits = .Options$digits, limits.sig.digits = .Options$digits,
...)
"estimateCensored"
. See
estimateCensored.object
for details.show.cen.levels=TRUE
.format
function.x
."estimateCensored"
method for the generic function
print
.
Prints estimated parameters and, if present in the object, information regarding
confidence, prediction, or tolerance intervals.estimateCensored.object
,
Censored Data, print
.