An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015).
- Install R
- Install the RStudio code editor
- Open an R Console in RStudio
- Install nbc4va in an R console with install.packages
install.packages("nbc4va")
library(nbc4va)
nbc4vaGUI()
For programmatic usage, see Advanced Usage.
Richard Wen [email protected]