Skip to content

herbeck/Undiagnosed.fraction

 
 

Repository files navigation

Follow the installation instructions below to load the HIVBackCalc R package. The package includes a vignette that provides a guided analysis.

Installing the package

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)

Loading the package

To load the package, type the following in R:

library(HIVBackCalc)

Vignette

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

About

Modification of the HIVBackCalc package for Peruvian data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 60.0%
  • HTML 40.0%