order_cens_data {ssd4mosaic} | R Documentation |
fitdistrplus
plotsTake a data.frame of censored toxicity data and order them like
fitdistrplus
plots
order_cens_data(data)
data |
A data.frame of censored data with columns |
A data.frame with ordered toxicity values.
Left censored data are put in first, based on the value of their right bound, then non censored data are ordered based on their average value. The right censored data are put in last, ordered among themselves by their left bound.