R/package.R

#' 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
lhubig/cusum documentation built on Oct. 9, 2019, 2:24 a.m.