R/rstanemax-package.R

#' The 'rstanemax' package.
#'
#' @description Perform sigmoidal Emax model fit using Stan without writing Stan model code.
#'
#' @docType package
#' @name rstanemax-package
#' @aliases rstanemax
#' @useDynLib rstanemax, .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.18.2. http://mc-stan.org
#'
NULL

Try the rstanemax package in your browser

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

rstanemax documentation built on Sept. 12, 2023, 9:08 a.m.