group_cdf_censored {ssd4mosaic}R Documentation

Graphical representation of grouped toxicity censored data

Description

Create an empirical cdf representation colored according to a "group" attribute. The fitted distribution is also represented.

Usage

group_cdf_censored(fits, unit, logscale, data)

Arguments

fits

A list of fits of class fitdist or fitdistcens computed from the same toxicity data.

unit

A character vector, the unit of the toxicity data

logscale

if TRUE, uses a logarithmic scale for the x-axis

data

A data.frame with columns left, right and group

Details

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().

Value

A ggplot object.


[Package ssd4mosaic version 1.0.1 Index]