R/trialr-package.R

#' The 'trialr' package.
#'
#' @description
#' trialr collects in one place Bayesian clinical trial designs and methods.
#' Models are implemented in Stan and helper functions are provided in R.
#'
#' @docType package
#' @name trialr-package
#' @aliases trialr
#' @useDynLib trialr, .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.
#' https://mc-stan.org/
#'
NULL
brockk/trialr documentation built on Oct. 19, 2023, 1:45 a.m.