An S3 class returned by the ros()
function, representing the result of regression on order statistics for left-censored data.
cenros(x, ...)
An object of class "ros"
with elements:
obs
The original observations.
censored
Logical vector indicating which observations were censored.
modeled
Vector with uncensored and imputed values.
pp
Plotting positions.
model
The fitted linear model object.
forwardT
Transformation function used.
reverseT
Back-transformation function used.
cenros()
: A wrapper for ros()
with simplified argument handling.