DiagTestKit
A package written by CVB Statistics to estimate the sensitivity and specificity of an experimental diagnostic test kit in accordance with CVB STATWI0002 supporting the 2018 revision to VSM 800.73.
To install or update DiagTestKit:
From within R
- Installing current release v0.5.4
## From source, all platforms, slow.
devtools::install_github("ABS-dev/DiagTestKit", ref = "0.5.4")
See all historical releases here
- Installing work-in-progress towards v0.5.5
require(devtools)
install_github("ABS-dev/DiagTestKit")
Package Vignettes (v0.5.4):
From within R
vignette('GettingStarted', package = 'DiagTestKit')
vignette('ExamplesForFallibleReferenceTests', package = 'DiagTestKit')