R/bercs-package.R

#' The 'bercs' package.
#'
#' @description Bayesian Exposure-Response Curves via STAN
#'
#' @docType package
#' @name bercs-package
#' @aliases bercs
#' @useDynLib bercs, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import rstantools
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2018). RStan: the R interface to Stan. R package version 2.17.3. http://mc-stan.org
#'
NULL
jpkeller/bercs documentation built on March 24, 2021, 5:36 a.m.