Package: MSRDT
Type: Package
Title: Multi-State Reliability Demonstration Tests (MSRDT)
Version: 0.1.0
Authors@R: 
    c(person("Suiyao",
             "Chen",
             role = c("aut", "cre"),
             email = "csycsy12377@gmail.com"))
Maintainer: Suiyao Chen <csycsy12377@gmail.com>
Description: This is a implementation of design methods for multi-state reliability demonstration tests (MSRDT) with failure count data, 
    which is associated with the work from the published paper "Multi-state Reliability Demonstration Tests" by Suiyao Chen et al. (2017) <doi:10.1080/08982112.2017.1314493>.
    It implements two types of MSRDT, multiple periods (MP) and multiple failure modes (MFM). 
    For MP, two different scenarios with criteria on cumulative periods (Cum) or separate periods (Sep) are implemented respectively.
    It also provides the implementation of conventional design method, namely binomial tests for failure count data.
Depends: R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: gtools, stats, reshape2, dplyr, utils
Suggests: tidyverse, knitr, rmarkdown
URL: https://github.com/ericchen12377/MSRDT
BugReports: https://github.com/ericchen12377/MSRDT/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-26 13:46:06 UTC; chens
Author: Suiyao Chen [aut, cre]
Repository: CRAN
Date/Publication: 2020-06-02 10:00:02 UTC
Built: R 4.0.2; ; 2020-07-16 15:46:09 UTC; unix
