#' stochasticSampling
#'
#' Package to sample from the model space of a multivariate normal outcome
#'
#' @docType package
#' @author you
#' @import Rcpp RcppEigen parallel
#' @importFrom Rcpp evalCpp
#' @useDynLib stochasticSampling
#' @exportPattern "^[[:alpha:]]+"
#' @name stochasticSampling
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.