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

Try the trialr package in your browser

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

trialr documentation built on April 1, 2023, 12:03 a.m.