ssd_hc_burrlioz {ssdtools} | R Documentation |
Hazard Concentrations for Burrlioz Fit
Description
Deprecated for ssd_hc()
.
Usage
ssd_hc_burrlioz(
x,
percent = 5,
ci = FALSE,
level = 0.95,
nboot = 1000,
min_pboot = 0.99,
parametric = FALSE
)
Arguments
x |
The object. |
percent |
A numeric vector of percentages. |
ci |
A flag specifying whether to estimate confidence intervals (by parametric bootstrapping). |
level |
A number between 0 and 1 of the confidence level. |
nboot |
A count of the number of bootstrap samples to use to estimate the se and confidence limits. A value of 10000 is recommended for official guidelines. |
min_pboot |
A number of the minimum proportion of bootstrap samples that must successfully fit in the sense of returning a likelihood. |
parametric |
A flag specifying whether to perform parametric as opposed to non-parametric bootstrapping. |
Value
A tibble of corresponding hazard concentrations.
Examples
fit <- ssd_fit_burrlioz(ssddata::ccme_boron)
ssd_hc_burrlioz(fit)
[Package ssdtools version 1.0.6 Index]