A data frame of the predictions based on 1,000 bootstrap iterations.
Details
- proportion
The proportion of species affected (int).
- est
The estimated concentration (dbl).
- se
The standard error of the estimate (dbl).
- lcl
The lower confidence limit (dbl).
- se
The upper confidence limit (dbl).
- dist
The distribution (chr).
Examples
if (FALSE) { # \dontrun{
fits <- ssd_fit_dists(ssddata::ccme_boron)
withr::with_seed(50, {
boron_pred <- predict(fits, ci = TRUE)
})
head(boron_pred)
} # }