surveillance
is an Rpackage implementing statistical methods for the
retrospective modeling and prospective change-point detection in time
series of counts, proportions and categorical data. The main
application is in the detection of aberrations in routine collected
public health data seen as univariate and multivariate time series of
counts, but applications could just as well originate from
environmetrics, econometrics or social sciences. As many methods rely
on statistical process control methodology, the package is thus also
relevant to quality control and reliability engineering.
The fundamental data structure of the package is an S4 class
sts
wrapping observations, monitoring results and date handling
for multivariate time series. Currently the package contains
implementations typical outbreak detection procedures such as Stroup et
al. (1989), Farrington et al., (1996), Rossi et al. (1999), Rogerson
and Yamada (2001), a Bayesian approach (
Furthermore, inference methods for the retrospective infectious disease model in Held et al. (2005) and Paul et al. (2008) handling multivariate time series of counts. Finally, the fully Bayesian approach for univariate time series of counts from Held et al. (2006) is also implemented.
#Code from an early survey article about the package: Hoehle (2007)
#available from http://surveillance.r-forge.r-project.org/
demo(cost)
#Code from a more recent book chapter about using the package for the
#monitoring of Danish mortality data (Hoehle, 2009).
demo(biosurvbook)
Run the code above in your browser using DataLab