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