Skip to content
/ bayesnec Public

❗ This is a read-only mirror of the CRAN R package repository. bayesnec — A Bayesian No-Effect- Concentration (NEC) Algorithm. Homepage: https://open-aims.github.io/bayesnec/ Report bugs for this package: https://github.com/open-aims/bayesnec/issues

Notifications You must be signed in to change notification settings

cran/bayesnec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bayesnec bayesnec Logo

Lifecycle: maturing R build status Codecov test coverage pkgdown CRAN Version Downloads license Ask Us Anything ! Open Source Love

Overview

bayesnec is a toxicity estimate and No-Effect-Concentration estimation package that uses brms to fit concentration(dose)-response data using Bayesian methods for the purpose of estimating both ECX values, but more particularly NEC. Please see ?bnec for a more detailed help file.

Installation

To install the latest release version from CRAN use

install.packages("bayesnec")

The current development version can be downloaded from GitHub via

if (!requireNamespace("remotes")) {
  install.packages("remotes")
}
remotes::install_github("open-aims/bayesnec", ref = "dev")

Because bayesnec is based on brms and Stan, a C++ compiler is required. The program Rtools comes with a C++ compiler for Windows. On Mac, you should install Xcode. See the prerequisites section on this link for further instructions on how to get the compilers running.

Usage

Usage and further information about bayesnec can be seen on the project page and the vignettes. Help files for the individual functions can be found on the reference page.

Further Information

bayesnec is provided by the Australian Institute of Marine Science under the GPL-2 License (GPL-2).

About

❗ This is a read-only mirror of the CRAN R package repository. bayesnec — A Bayesian No-Effect- Concentration (NEC) Algorithm. Homepage: https://open-aims.github.io/bayesnec/ Report bugs for this package: https://github.com/open-aims/bayesnec/issues

Resources

Stars

Watchers

Forks

Packages

No packages published