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:
obsThe original observations.
censoredLogical vector indicating which observations were censored.
modeledVector with uncensored and imputed values.
ppPlotting positions.
modelThe fitted linear model object.
forwardTTransformation function used.
reverseTBack-transformation function used.
cenros(): A wrapper for ros() with simplified argument handling.