Skip to contents

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

head(boron_pred)
#> # A tibble: 6 × 11
#>   dist    proportion   est    se    lcl   ucl    wt method   nboot pboot samples
#>   <chr>        <dbl> <dbl> <dbl>  <dbl> <dbl> <dbl> <chr>    <dbl> <dbl> <I<lis>
#> 1 average       0.01 0.267 0.401 0.0418  1.53     1 paramet…  1000 0.999 <dbl>  
#> 2 average       0.02 0.531 0.517 0.110   2.03     1 paramet…  1000 0.999 <dbl>  
#> 3 average       0.03 0.783 0.614 0.198   2.50     1 paramet…  1000 0.999 <dbl>  
#> 4 average       0.04 1.02  0.700 0.300   2.90     1 paramet…  1000 0.999 <dbl>  
#> 5 average       0.05 1.26  0.781 0.407   3.29     1 paramet…  1000 0.999 <dbl>  
#> 6 average       0.06 1.48  0.859 0.520   3.72     1 paramet…  1000 0.999 <dbl>