require(devtools)
# Install latest version
devtools::install_github("ABS-dev/MF")Animal Biologics Statisticians
Animal Biologics Statisticians is an unofficial and unaffiliated group of individual statisticians interested in the application of statistical methods to animal biologics. In support of this endeavor, the ABS-dev subgroup maintains a github page to share examples of R code and packages we find of interest. Since these examples are not official products, the possible similarity of some of the methods to those used by official bodies may be useful for pedagogical purposes only, unless otherwise stated.
R Package Installation Instructions
Select package source link for extended installation instructions, vignettes and current work in progress. Report any issues via the relevant package Issues tab and use a minimal working example.
MF - source - version history
Mitigated Fraction
# Install dependencies
devtools::install_github("ABS-dev/MF",
dependencies = TRUE)# Install older version
devtools::install_github("ABS-dev/MF",
ref = "4.3.3")Documentation and Vignettes:
PF - source - version history
Prevented Fraction
require(devtools)
# Install latest version
devtools::install_github("ABS-dev/PF")# Install dependencies
devtools::install_github("ABS-dev/PF",
dependencies = TRUE)# Install older version
devtools::install_github("ABS-dev/PF",
ref = "9.5")Documentation and Vignettes
skrmdb
Package to estimate ED50 by the methods of Spearman-Kärber, Reed-Muench, and Drägstedt-Behrens.
require(devtools)
# Install latest version
devtools::install_github("ABS-dev/skrmdb")# Install dependencies
devtools::install_github("ABS-dev/skrmdb",
dependencies = TRUE)# Install older version
devtools::install_github("ABS-dev/skrmdb",
ref = "4.2.4")Documentation and Vignettes
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.
require(devtools)
# Install latest version
devtools::install_github("ABS-dev/DiagTestKit")# Install dependencies
devtools::install_github("ABS-dev/DiagTestKit",
dependencies = TRUE)# Install older version
devtools::install_github("ABS-dev/DiagTestKit",
ref = "0.5.0")Documentation and Vignettes
Updated 2025-09-12