#' @title A flexible package for fitting Bayesian non-parametric models.
#' @name dirichletprocess
#' @description Create, fit and take posterior samples from a Dirichlet process.
#'
#'
#' @importFrom stats dbeta dbinom dgamma dnorm dt dunif dweibull dexp rWishart rbeta rgamma rnorm runif var quantile optim
#'
#' @importFrom utils setTxtProgressBar txtProgressBar
#'
#'
#'
#' @docType package
#' @aliases dirichletprocess
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.