Gets proportion of species affected at specified concentration(s) using settings adopted by BC, Canada, Australia and New Zealand for official guidelines. This function can take several minutes to run with recommended 10,000 iterations.
Arguments
- x
The object.
- conc
A numeric vector of concentrations to calculate the hazard proportions for.
- nboot
A count of the number of bootstrap samples to use to estimate the confidence limits. A value of 10,000 is recommended for official guidelines.
- min_pboot
A number between 0 and 1 of the minimum proportion of bootstrap samples that must successfully fit (return a likelihood) to report the confidence intervals.
See also
Other BCANZ:
ssd_fit_bcanz()
,
ssd_hc_bcanz()
Examples
fits <- ssd_fit_bcanz(ssddata::ccme_boron)
ssd_hp_bcanz(fits, nboot = 100)
#> # A tibble: 1 × 11
#> dist conc est se lcl ucl wt method nboot pboot samples
#> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <chr> <dbl> <dbl> <I<list>>
#> 1 average 1 3.90 2.64 0.481 10.4 1 parametric 100 1 <dbl [0]>