Learn R Programming

ssdtools (version 0.3.7)

boron_pred: Model Averaged Predictions for CCME Boron Data

Description

A data frame of the predictions based on 1,000 bootstrap iterations.

Usage

boron_pred

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 99 rows and 6 columns.

Details

percent

The percent 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).

See Also

Other boron: boron_data, boron_dists, boron_hc5, boron_lnorm

Examples

Run this code
# NOT RUN {
head(boron_pred)
# }

Run the code above in your browser using DataLab