Learn R Programming

ssdtools (version 2.3.0)

ssd_wqg_bc: Water Quality Guideline for British Columbia [Deprecated]

Description

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

Usage

ssd_wqg_bc(data, left = "Conc")

Value

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

Arguments

data

A data frame.

left

A string of the column in data with the concentrations.

See Also

ssd_fit_bcanz() and ssd_hc()

Other wqg: ssd_wqg_burrlioz()

Examples

Run this code
if (FALSE) {
ssd_wqg_bc(ssddata::ccme_boron)
}

Run the code above in your browser using DataLab