#' Bayesian Mediation in Stan
#'
#' @docType package
#' @name rstanmed-package
#' @aliases rstanmed
#' @useDynLib rstanmed, .registration = TRUE
#'
#' @import methods
#' @import rstan
#' @import stats
#' @import Rcpp
#' @import rstantools
#' @import matrixStats
#' @import batchtools
#' @import ggplot2
#' @importFrom utils read.csv read.table
#' @importFrom grDevices grey.colors
#'
#' @description stuff
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.