nbc4va {nbc4va}R Documentation

nbc4va: Bayes Classifier for Verbal Autopsy Data

Description

An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015) <DOI:10.1186/s12916-015-0521-2>.

For documentation and help, please see:

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

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 GUI.

Author(s)

Richard Wen <rrwen.dev@gmail.com>

References

Use citation("nbc4va") to view citation information for the nbc4va package.

Examples

## Not run: 
library(nbc4va)

# Quick start
# Follow the instructions in the web interface
nbc4vaGUI()

# View user guides for the nbc4va package
browseVignettes("nbc4va")

## End(Not run)


[Package nbc4va version 1.2 Index]