R/stanbreaker.R

#' The 'stanbreaker' package.
#'
#' @description All sorts of exciting things that might help
#' Stan developers and users.
#'
#' @author Ben Bales and Juho Timonen
#' @keywords Stan, adaptation, Hamiltonian Monte Carlo, development tools
#'
#' @docType package
#' @name stanbreaker-package
#' @aliases stanbreaker
#' @import methods
#' @import dplyr
#' @import ggplot2
#' @import posterior
#' @importFrom stats runif sd step
#'
#' @references
#' \enumerate{
#'   \item Carpenter, B. et al. (2017).
#'   \emph{Stan: A probabilistic programming language}. Journal of Statistical
#'    Software 76(1).
#' }
#'
NULL
jtimonen/stanbreaker documentation built on Jan. 20, 2021, 12:34 a.m.