Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.23 KB

File metadata and controls

32 lines (20 loc) · 1.23 KB

Incidence from Testing History in Crosssectional Surveys

the TestingHistoryIncidence package utilizes crosssectional survey data containing information on partcipants' testing history and diagnosis to estimate incidence.

Installation

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")

Resources

Shiny User Interface

A user interface to the methods is provided in the package, and can be launched locally with

library(TestingHistoryIncidence)
shiny_testing_history()
  • A 15 minute video documenting the various options of the UI and how to use them is available here.
  • See the wiki guide for the interface here