R/rstanemax-package.R

#' The 'rstanemax' package.
#'
#' @description Perform sigmoidal Emax model fit using Stan without writing Stan model code.
#'
#' @name rstanemax-package
#' @aliases rstanemax
#' @useDynLib rstanemax, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2018). RStan: the R interface to Stan. R package version 2.18.2. http://mc-stan.org
#'
"_PACKAGE"

Try the rstanemax package in your browser

Any scripts or data that you put into this service are public.

rstanemax documentation built on April 4, 2025, 2:39 a.m.