R/RCusum-package.r

#' rcusum - An Implementation of Cusum Control Charts as an R package
#'
#' This R Package implements the charts as described by _Rogers et al. (2004, doi:10.1016/j.jtcvs.2004.03.011)_. Cusum control charts are devices for monitoring arbitrary processes for a prespecified event. This package and manual uses the term failure instead of event, although any other type of event such as successes could be monitored as well. The processes of our interest are typically surgical procedures.
#'
#' @references Rogers, C. A., Reeves, B. C., Caputo, M., Ganesh, J. S., Bonser, R. S., & Angelini, G. D. (2004). Control chart methods for monitoring cardiac surgical performance and their interpretation Chris. The Journal of Thoracic and Cardiovascular Surgery, 128(6), 811–819. doi:10.1016/j.jtcvs.2004.03.011 
#' 
#' @author Alexander Meyer
#' @name rcusum
#' @import ggplot2 plyr
#' @docType package
NULL
meyera/rcusum documentation built on May 22, 2019, 7:54 p.m.