dataframe where fields with censored data (i.e., Surv objects) are transformed into a simple numeric fields
Details
The imputeOption values of "lower", "upper" and "mid"
impute the lower limit, upper limit, and midpoint between the lower and upper limit. In the context of typical water quality data, these options would be equivalent to zero, detection limit and 1/2 detection limit substitution. Options for substituting the normal ["norm"] or lognormal ["lnorm"] expectation can also be used.