#' mcnet: A package for N of 1 study analysis using Bayesian methods
#'
#' A package for running N of 1 study trials
#'
#' An N of 1 trial is a clinical trial in which a single patient is the entire trial, a single case study.
#' The main purpose of this package was to serve as an analysis tool for one of the PCORI grants we were working with.
#' It is designed for N of 1 trials and can fit bayesian versions of linear regression, logistic/ordinal regression, and poisson regression.
#' Package includes number of different plotting tools for visualization.
#'
#' @docType package
#' @name nof1-package
NULL
#' @import coda
#' @import MASS
#' @import ggplot2
#' @import scales
#' @import RColorBrewer
#' @import tidyr
#' @import dplyr
#' @import reshape2
#' @import splines
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.