Skip to contents

Calculates the 5% Hazard Concentration using ssd_fit_burrlioz() and ssd_hc().

Usage

ssd_wqg_burrlioz(data, left = "Conc")

Arguments

data

A data frame.

left

A string of the column in data with the concentrations.

Value

A tibble of the 5% hazard concentration with 95% confidence intervals.

See also

Examples

if (FALSE) { # \dontrun{
ssd_wqg_burrlioz(ssddata::ccme_boron)
} # }