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

Try the cusum package in your browser

Any scripts or data that you put into this service are public.

cusum documentation built on Oct. 2, 2019, 5:03 p.m.