Skip to content

Commit

Permalink
added citations for bayesnec
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarneche committed Aug 8, 2024
1 parent c06e59a commit 42f8b31
Show file tree
Hide file tree
Showing 17 changed files with 102 additions and 14 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bayesnec
Title: A Bayesian No-Effect- Concentration (NEC) Algorithm
Version: 2.1.2.0
Authors@R: c(person("Rebecca", "Fisher", email = "[email protected]", role = c("aut", "cre")), person("Diego","Barneche",role="aut"), person("Gerard","Ricardo",role="aut"), person("David","Fox",role="aut"))
Description: Implementation of No-Effect-Concentration estimation that uses 'brms' (see Burkner (2017)<doi:10.18637/jss.v080.i01>; Burkner (2018)<doi:10.32614/RJ-2018-017>; Carpenter 'et al.' (2017)<doi:10.18637/jss.v076.i01> to fit concentration(dose)-response data using Bayesian methods for the purpose of estimating 'ECx' values, but more particularly 'NEC' (see Fox (2010)<doi:10.1016/j.ecoenv.2009.09.012>), 'NSEC' (see Fisher and Fox (2023)<doi:10.1002/etc.5610>), and 'N(S)EC (see Fisher et al. 2023<doi:10.1002/ieam.4809>). This package expands and supersedes an original version implemented in R2jags, see Fisher, Ricardo and Fox (2020)<doi:10.5281/ZENODO.3966864>.
Version: 2.1.3.0
Authors@R: c(person("Rebecca", "Fisher", email = "[email protected]", role = c("aut", "cre")), person("Diego R.","Barneche",role="aut"), person("Gerard F.","Ricardo",role="aut"), person("David R.","Fox",role="aut"))
Description: Implementation of No-Effect-Concentration estimation that uses 'brms' (see Burkner (2017)<doi:10.18637/jss.v080.i01>; Burkner (2018)<doi:10.32614/RJ-2018-017>; Carpenter 'et al.' (2017)<doi:10.18637/jss.v076.i01> to fit concentration(dose)-response data using Bayesian methods for the purpose of estimating 'ECx' values, but more particularly 'NEC' (see Fox (2010)<doi:10.1016/j.ecoenv.2009.09.012>), 'NSEC' (see Fisher and Fox (2023)<doi:10.1002/etc.5610>), and 'N(S)EC (see Fisher et al. 2023<doi:10.1002/ieam.4809>). A full description of this package can be found in Fisher 'et al.' (2024)<doi:10.18637/jss.v110.i05>. This package expands and supersedes an original version implemented in R2jags (see Su and Yajima (2020)<https://CRAN.R-project.org/package=R2jags>; Fisher et al. (2020)<doi:10.5281/ZENODO.3966864>).
Depends:
R (>= 4.1),
brms,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# bayesnec 2.1.3.0

- Added citation for JSS manuscript describing `bayesnec`.

# bayesnec 2.1.2.0

- Added `step` function to toolkit to allow for `brms` non-linear formula evaluation ([89edef72](https://github.com/open-AIMS/bayesnec/commit/89edef72)).
Expand Down
4 changes: 4 additions & 0 deletions R/bayesmanecfit-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
#' \code{\link{bayesnecfit}}
#'
#' @references
#' Fisher R, Barneche DR, Ricardo GF, Fox, DR (2024) An {R} Package for
#' Concentration-Response Modeling and Estimation of Toxicity Metrics
#' doi:10.18637/jss.v110.i05.
#'
#' Fisher R, Fox DR (2023). Introducing the no significant effect concentration
#' (NSEC).Environmental Toxicology and Chemistry, 42(9), 2019–2028.
#' doi: 10.1002/etc.5610.
Expand Down
21 changes: 16 additions & 5 deletions R/bayesnec-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
#' @description A No-Effect toxicity estimation package that uses brms (Bürkner
#' (2018), https://github.com/paul-buerkner/brms) to fit concentration
#' (dose)-response data using Bayesian methods for the purpose of estimating
#' both Effect Concentration (ECx) values, but more particularly NEC, but more
#' particularly 'NEC' (Fox 2010), 'NSEC' (Fisher and Fox 2023), and 'N(S)EC
#' (Fisher et al. 2023). Please see ?bnec
#' for more details.
#'
#' both Effect Concentration (ECx) values, but more particularly 'NEC'
#' (Fox 2010), 'NSEC' (Fisher and Fox 2023), and 'N(S)EC (Fisher et al. 2023).
#' A full description of bayesnec can be found in Fisher et al. (2024).
#' Please see ?bnec for more details. This package expands and supersedes an
#' original version implemented in R2jags (Su and Yajima 2020), see Fisher et
# al. (2020).
#' @docType package
#' @name bayesnec-package
#' @aliases bayesnec
Expand All @@ -18,6 +19,10 @@
#' Bürkner P-C (2018) Advanced Bayesian Multilevel Modeling with the R Package
#' brms. The R Journal, 10: 395-411. doi:10.32614/RJ-2018-017.
#'
#' Fisher R, Barneche DR, Ricardo GF, Fox, DR (2024) An {R} Package for
#' Concentration-Response Modeling and Estimation of Toxicity Metrics
#' doi:10.18637/jss.v110.i05.
#'
#' Fisher R, Fox DR (2023). Introducing the no significant effect concentration
#' (NSEC).Environmental Toxicology and Chemistry, 42(9), 2019–2028.
#' doi: 10.1002/etc.5610.
Expand All @@ -26,6 +31,12 @@
#' estimating no-effect toxicity concentrations in ecotoxicology. Integrated
#' Environmental Assessment and Management. doi:10.1002/ieam.4809.
#'
#' Fisher R, Ricardo GF, Fox, DR (2020) jagsNEC: A Bayesian No Effect
#' Concentration (NEC) package. doi:10.5281/ZENODO.3966864.
#'
#' Su Y, Yajima M (2020). R2jags: Using R to Run 'JAGS'. R package version
#' 0.6-1, <https://CRAN.R-project.org/package=R2jags>.
#'
#' Fox DR (2010). A Bayesian Approach for Determining the No Effect
#' Concentration and Hazardous Concentration in Ecotoxicology. Ecotoxicology
#' and Environmental Safety, 73(2), 123–131. doi: 10.1016/j.ecoenv.2009.09.012.
Expand Down
4 changes: 4 additions & 0 deletions R/bayesnecfit-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
#' \code{\link{bayesnecformula}}
#'
#' @references
#' Fisher R, Barneche DR, Ricardo GF, Fox, DR (2024) An {R} Package for
#' Concentration-Response Modeling and Estimation of Toxicity Metrics
#' doi:10.18637/jss.v110.i05.
#'
#' Fisher R, Fox DR (2023). Introducing the no significant effect concentration
#' (NSEC).Environmental Toxicology and Chemistry, 42(9), 2019–2028.
#' doi: 10.1002/etc.5610.
Expand Down
4 changes: 4 additions & 0 deletions R/bnec.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@
#' \code{\link{show_params}}
#'
#' @references
#' Fisher R, Barneche DR, Ricardo GF, Fox, DR (2024) An {R} Package for
#' Concentration-Response Modeling and Estimation of Toxicity Metrics
#' doi:10.18637/jss.v110.i05.
#'
#' Fisher R, Fox DR (2023). Introducing the no significant effect concentration
#' (NSEC).Environmental Toxicology and Chemistry, 42(9), 2019–2028.
#' doi: 10.1002/etc.5610.
Expand Down
4 changes: 4 additions & 0 deletions R/manecsummary-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
#' \code{\link{necsummary}}
#'
#' @references
#' Fisher R, Barneche DR, Ricardo GF, Fox, DR (2024) An {R} Package for
#' Concentration-Response Modeling and Estimation of Toxicity Metrics
#' doi:10.18637/jss.v110.i05.
#'
#' Fisher R, Fox DR (2023). Introducing the no significant effect concentration
#' (NSEC).Environmental Toxicology and Chemistry, 42(9), 2019–2028.
#' doi: 10.1002/etc.5610.
Expand Down
4 changes: 4 additions & 0 deletions R/necsummary-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
#' \code{\link{manecsummary}}
#'
#' @references
#' Fisher R, Barneche DR, Ricardo GF, Fox, DR (2024) An {R} Package for
#' Concentration-Response Modeling and Estimation of Toxicity Metrics
#' doi:10.18637/jss.v110.i05.
#'
#' Fisher R, Fox DR (2023). Introducing the no significant effect concentration
#' (NSEC).Environmental Toxicology and Chemistry, 42(9), 2019–2028.
#' doi: 10.1002/etc.5610.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ individual functions can be found on the
## Further Information

`bayesnec` is provided by the
[Australian Institute of Marine Science](https://www.aims.gov.au) under the
[Australian Institute of Marine Science](https://www.aims.gov.au/) under the
GPL-2 License ([GPL-2](https://opensource.org/license/gpl-2-0)).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ Further Information
-------------------

`bayesnec` is provided by the [Australian Institute of Marine
Science](https://www.aims.gov.au) under the GPL-2 License
Science](https://www.aims.gov.au/) under the GPL-2 License
([GPL-2](https://opensource.org/license/gpl-2-0)).
22 changes: 22 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
bibentry(bibtype = "Article",
title = "{bayesnec}: An {R} Package for Concentration-Response Modeling and Estimation of Toxicity Metrics",
author = c(person(given = "Rebecca",
family = "Fisher",
email = "[email protected]"),
person(given = c("Diego", "R."),
family = "Barneche",
email = "[email protected]"),
person(given = c("Gerard", "F."),
family = "Ricardo",
email = "[email protected]"),
person(given = c("David", "R."),
family = "Fox",
email = "[email protected]")),
journal = "Journal of Statistical Software",
year = "2024",
volume = "110",
number = "5",
pages = "1--41",
doi = "10.18637/jss.v110.i05",
header = "To cite bayesnec in publications use:"
)
4 changes: 4 additions & 0 deletions man/bayesmanecfit-class.Rd

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

19 changes: 15 additions & 4 deletions man/bayesnec-package.Rd

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

4 changes: 4 additions & 0 deletions man/bayesnecfit-class.Rd

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

4 changes: 4 additions & 0 deletions man/bnec.Rd

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

4 changes: 4 additions & 0 deletions man/manecsummary-class.Rd

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

4 changes: 4 additions & 0 deletions man/necsummary-class.Rd

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

0 comments on commit 42f8b31

Please sign in to comment.