the TestingHistoryIncidence
package utilizes crosssectional survey data containing information on partcipants' testing history and diagnosis to estimate incidence.
To install the latest development version from the github repo run:
# If devtools is not installed:
# install.packages("devtools")
devtools::install_github("fellstat/ipc")
devtools::install_github("fellstat/TestingHistoryIncidence", dependencies="Suggests")
- For a more detailed description of what can be done with the
ShinyAsyncTools
package, see the introductory vignette.
A user interface to the methods is provided in the package, and can be launched locally with
library(TestingHistoryIncidence)
shiny_testing_history()