group_cdf_censored {ssd4mosaic} | R Documentation |
Create an empirical cdf representation colored according to a "group" attribute. The fitted distribution is also represented.
group_cdf_censored(fits, unit, logscale, data)
fits |
A list of fits of class |
unit |
A character vector, the unit of the toxicity data |
logscale |
if |
data |
A data.frame with columns |
The plot represents each interval of toxicity values with a horizontal line,
or a point if the bounds of the interval are equal, using function
cens_lines_plot()
.
A ggplot object.