Deprecated for ssd_hc()
.
ssd_hc_burrlioz(
x,
percent,
proportion = 0.05,
ci = FALSE,
level = 0.95,
nboot = 1000,
min_pboot = 0.95,
parametric = FALSE
)
A tibble of corresponding hazard concentrations.
The object.
A numeric vector of percent values to estimate hazard concentrations for. Deprecated for proportion = 0.05
.
A numeric vector of proportion values to estimate hazard concentrations for.
A flag specifying whether to estimate confidence intervals (by bootstrapping).
A number between 0 and 1 of the confidence level of the interval.
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.
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.
A flag specifying whether to perform parametric bootstrapping as opposed to non-parametrically resampling the original data with replacement.