predict.fitburrlioz | R Documentation |
A wrapper on ssd_hc()
that by default calculates
all hazard concentrations from 1 to 99%.
## S3 method for class 'fitburrlioz'
predict(
object,
percent,
proportion = 1:99/100,
ci = FALSE,
level = 0.95,
nboot = 1000,
min_pboot = 0.95,
parametric = TRUE,
...
)
It is useful for plotting purposes.
ssd_hc()
and ssd_plot()
fits <- ssd_fit_burrlioz(ssddata::ccme_boron)
predict(fits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.