order_cens_data {ssd4mosaic}R Documentation

Take a data.frame of censored toxicity data and order them like fitdistrplus plots

Description

Take a data.frame of censored toxicity data and order them like fitdistrplus plots

Usage

order_cens_data(data)

Arguments

data

A data.frame of censored data with columns left and right

Value

A data.frame with ordered toxicity values.

Note

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.


[Package ssd4mosaic version 1.0.1 Index]