#' cusum
#'
#' Provides functions for constructing and evaluating CUSUM charts and RA-CUSUM charts with focus on false signal probability in health care processes.
#'
#' @docType package
#' @author Lena Hubig
#' @importFrom Rcpp evalCpp
#' @useDynLib cusum, .registration = TRUE
#' @exportPattern "^[[:alpha:]]+"
#' @name cusum
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.