powered by
A data frame of the predictions based on 1,000 bootstrap iterations.
boron_pred
An object of class tbl_df (inherits from tbl, data.frame) with 99 rows and 11 columns.
tbl_df
tbl
data.frame
The proportion of species affected (int).
The estimated concentration (dbl).
The standard error of the estimate (dbl).
The lower confidence limit (dbl).
The upper confidence limit (dbl).
The distribution (chr).
if (FALSE) { fits <- ssd_fit_dists(ssddata::ccme_boron) set.seed(99) boron_pred <- predict(fits, ci = TRUE) } head(boron_pred)
Run the code above in your browser using DataLab