powered by
A wrapper on ssd_hc() that by default calculates all hazard concentrations from 1 to 99%.
ssd_hc()
# S3 method for fitburrlioz predict( object, percent = 1:99, ci = FALSE, level = 0.95, nboot = 1000, min_pboot = 0.99, parametric = TRUE, ... )
The object.
A numeric vector of percentages.
A flag specifying whether to estimate confidence intervals (by parametric bootstrapping).
A number between 0 and 1 of the confidence level.
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.
A number of the minimum proportion of bootstrap samples that must successfully fit in the sense of returning a likelihood.
A flag specifying whether to perform parametric as opposed to non-parametric bootstrapping.
Unused.
It is useful for plotting purposes.
ssd_hc() and ssd_plot()
ssd_plot()
fits <- ssd_fit_burrlioz(ssddata::ccme_boron) predict(fits)
Run the code above in your browser using DataLab