gsDesignNB provides fixed design and group sequential design simulation for recurrent event scenarios to be analyzed as a Poisson process or negative binomial model. For group sequential design, the package can be easily used with the gsDesign package. Key is the computation of statistical information at the time of analysis.
Installation
You can install gsDesignNB from CRAN with:
install.packages("gsDesignNB")Or install the development version from GitHub with:
remotes::install_github("keaven/gsDesignNB")Code style
This package follows the tidyverse style guide.