An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015).
This package was developed at the Centre for Global Health Research (CGHR) in Toronto, Ontario, Canada. The original NBC algorithm code was developed by Pierre Miaskinof and Vasily Giannakeas. The original performance metrics code was provided by Dr. Mireille Gomes whom also offered guidance in metrics implementation and user testing. Special thanks to Richard Zehang Li for providing a standard structure for the package and Patrycja Kolpak for user testing of the Graphical User Interface (GUI).
- 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 rrwen.dev@gmail.com