Learn R Programming

ssdtools (version 1.0.6)

ssd_wqg_burrlioz: Water Quality Guideline for Burrlioz

Description

Calculates the 5% Hazard Concentration (after rescaling the data) using the same approach as Burrlioz based on 10,000 non-parametric bootstrap samples.

Usage

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

Details

Returns a tibble the model averaged 5% hazard concentration with standard errors, 95% lower and upper confidence limits and the number of bootstrap samples as well as the proportion of bootstrap samples that successfully returned a likelihood (convergence of the bootstrap sample is not required).

See Also

ssd_fit_burrlioz() and ssd_hc_burrlioz()

Other wqg: ssd_wqg_bc()

Examples

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

Run the code above in your browser using DataLab