Package: mdsstat
Type: Package
Title: Statistical Trending for Medical Devices Surveillance
Version: 0.3.1
Authors@R: c(
    person("Gary", "Chung", email="gchung05@gmail.com", role=c("aut", "cre")),
    person("Zhiheng", "Xu", role="ctb", comment="derived code for `cp_mean()`"),
    person("Stephane", "Bottine", role="ctb", comment="derived code from 'SPRT' package"),
    person("Ismaïl", "Ahmed", role="ctb", comment="derived code from 'PhViD' package"),
    person("John", "Ihrie", role="ctb", comment="derived code from 'openEBGM' package"))
Maintainer: Gary Chung <gchung05@gmail.com>
Description: A collection of common statistical algorithms used in active
    surveillance of medical device events. Context includes post-market
    surveillance, pharmacovigilance, signal detection and trending, and
    regulatory reporting. Primary inputs are device-event time series. Outputs
    include trending results with the ability to run multiple algorithms at 
    once. This package works well with the 'mds' package, but does not require 
    it.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: utils, stats, lubridate, Sequential, mds
Suggests: testthat, knitr
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-05-18 12:55:07 UTC; gchung
Author: Gary Chung [aut, cre],
  Zhiheng Xu [ctb] (derived code for `cp_mean()`),
  Stephane Bottine [ctb] (derived code from 'SPRT' package),
  Ismaïl Ahmed [ctb] (derived code from 'PhViD' package),
  John Ihrie [ctb] (derived code from 'openEBGM' package)
Repository: CRAN
Date/Publication: 2019-05-18 13:10:03 UTC
