ssd_wqg_bc {ssdtools} | R Documentation |
Water Quality Guideline for British Columbia
Description
Calculates the 5% Hazard Concentration for British Columbia after rescaling the data based on the log-logistic, log-normal and gamma distributions using the parametric bootstrap and AICc model averaging.
Usage
ssd_wqg_bc(data, left = "Conc")
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).
Value
A tibble of the 5% hazard concentration with 95% confidence intervals.
See Also
Other wqg:
ssd_wqg_burrlioz()
Examples
## Not run:
ssd_wqg_bc(ssddata::ccme_boron)
## End(Not run)
[Package ssdtools version 1.0.6 Index]