Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ssdtools
Title: Species Sensitivity Distributions
Version: 2.4.0
Version: 2.4.0.9000
Authors@R: c(
person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# ssdtools 2.4.0.9000

- Added following `ci_methods` to `ssd_hc()`, `ssd_hp()` and `predict()`: `"GMACL"`, `"MAW1"`, `"MAW2"`, `"GMAW1"`, `"GMAW2"`, `"arithmetic_samples"` and `"geometric_samples"`.

# ssdtools 2.4.0

## Features
Expand Down
10 changes: 10 additions & 0 deletions R/params.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
#' The value `ci_method = "MACL"` (was `ci_method = "weighted_arithmetic"` but
#' has been soft-deprecated) which is only included for
#' historical reasons takes the weighted arithmetic mean of the confidence
#' limits and `ci_method = MGCL` which was included for a research paper
#' takes the weighted geometric mean of the confidence limits.
#' The values `ci_method = "MAW1"` and `ci_method = "MAW2"`
#' use the two alternative equations of Burnham and Anderson to
#' model average the weighted standard errors and then calculate the confidence
#' limits using the Wald approach.
#' Finally `ci_method = "arithmetic"` and `ci_method = "geometric"`
#' take the weighted arithmetic or geometric mean of the values for
#' each bootstrap iteration across all the distributions and then
#' calculate the confidence limits (and SE) from the single set of samples.
#' limits.
#' @param censoring A numeric vector of the left and right censoring values.
#' @param color A string of the column in data for the color aesthetic.
Expand Down
10 changes: 10 additions & 0 deletions man/params.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions man/predict.fitdists.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions man/ssd_hc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions man/ssd_hp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading