Follow the installation instructions below to load the HIVBackCalc R package. The package includes a vignette that provides a guided analysis.
The package is hosted on GitHub and can be installed using the devtools package by typing the following in R:
if (!require("devtools")) install.packages("devtools")
devtools::install_github('hivbackcalc/package1.0/HIVBackCalc', build_vignettes=TRUE)
To load the package, type the following in R:
library(HIVBackCalc)
The vignette guides you through a sample analysis. You may view it using the vignette tab in this Wiki or from the loaded package by typing
vignette('Introduction', package='HIVBackCalc')