boron_pred {ssdtools} | R Documentation |
Model Averaged Predictions for CCME Boron Data
Description
A data frame of the predictions based on 1,000 bootstrap iterations.
Usage
boron_pred
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 99 rows and 11 columns.
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
## Not run:
fits <- ssd_fit_dists(ssddata::ccme_boron)
set.seed(99)
boron_pred <- predict(fits, ci = TRUE)
## End(Not run)
head(boron_pred)
[Package ssdtools version 2.3.0 Index]