ssd_ecd_data: Empirical Cumulative Density for Species Sensitivity Data
Description
Empirical Cumulative Density for Species Sensitivity Data
Usage
ssd_ecd_data(
data,
left = "Conc",
right = left,
bounds = c(left = 1, right = 1)
)
Value
A numeric vector of the empirical cumulative density for the rows
in data.
Arguments
- data
A data frame.
- left
A string of the column in data with the concentrations.
- right
A string of the column in data with the right concentration values.
- bounds
A named non-negative numeric vector of the left and right bounds for
uncensored missing (0 and Inf) data in terms of the orders of magnitude
relative to the extremes for non-missing values.
Examples
Run this codessd_ecd_data(ssddata::ccme_boron)
Run the code above in your browser using DataLab