ssd_fits.Rd
Species Sensitivity Distribution Fit Data
ssd_fits
A tibble with 12 columns.
The name of the dataset in the ssddata package (chr).
Any filtering applied to the data (chr).
The name of the software (chr).
The version of the software (chr).
The name of the distribution (chr)
The percent of the community protected (int).
The estimated concentration (dbl).
The standard error of the estimated concentration (dbl).
The lower 95% CI of the estimated concentration (dbl).
The upper 95% CI of the estimated concentration (dbl).
The source of the fit (chr).
Additional information on the fitting process (chr).
head(ssd_fits)
#> # A tibble: 6 × 12
#> Dataset Filter Software Version Distribution PC Estimate SE Lower Upper
#> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 aims_al… Domai… Burrlioz v2.0 BurrIII 80 277 NA 62 1250
#> 2 aims_al… Domai… ssdtools 0.3.4 averaged 80 251. 371. 48.6 1408.
#> 3 aims_al… Domai… Burrlioz v2.0 BurrIII 90 78 NA 31 670
#> 4 aims_al… Domai… ssdtools 0.3.4 averaged 90 84.9 207. 13.8 743.
#> 5 aims_al… Domai… Burrlioz v2.0 BurrIII 95 22 NA 6.3 388
#> 6 aims_al… Domai… ssdtools 0.3.4 averaged 95 34.3 129. 4.65 428.
#> # … with 2 more variables: Reference <chr>, Notes <chr>