rrwen / nbc4va

Bayes Classifier for Verbal Autopsy Data

Home Page:https://rrwen.github.io/nbc4va

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbc4va: Bayes Classifier for Verbal Autopsy Data

An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015).

Acknowledgements

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

  1. Install R
  2. Install the RStudio code editor
  3. Open an R Console in RStudio
  4. Install nbc4va in an R console with install.packages
install.packages("nbc4va")

Usage

  1. Load nbc4va with library
  2. Open the Graphical User Interface (GUI) and follow the instructions
library(nbc4va)
nbc4vaGUI()

For programmatic usage, see Advanced Usage.

Contact

Richard Wen rrwen.dev@gmail.com

About

Bayes Classifier for Verbal Autopsy Data

https://rrwen.github.io/nbc4va

License:GNU General Public License v3.0


Languages

Language:R 99.0%Language:HTML 1.0%