https://github.com/rrwen/nbc4va
Bayes Classifier for Verbal Autopsy Data
https://github.com/rrwen/nbc4va
autopsy bayes cause classifier coded computer death estimate imputation learning machine mds million naive nbc probability study theory va verbal
Last synced: about 2 months ago
JSON representation
Bayes Classifier for Verbal Autopsy Data
- Host: GitHub
- URL: https://github.com/rrwen/nbc4va
- Owner: rrwen
- License: gpl-3.0
- Created: 2018-07-26T15:14:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T12:07:20.000Z (about 3 years ago)
- Last Synced: 2025-02-08T21:11:21.425Z (4 months ago)
- Topics: autopsy, bayes, cause, classifier, coded, computer, death, estimate, imputation, learning, machine, mds, million, naive, nbc, probability, study, theory, va, verbal
- Language: R
- Homepage: https://rrwen.github.io/nbc4va
- Size: 765 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nbc4va: Bayes Classifier for Verbal Autopsy Data
* [Documentation](https://rrwen.github.io/nbc4va)
* [Changes](NEWS.md)An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from [Miasnikof et al (2015)](https://bmcmedicine.biomedcentral.com/articles/10.1186/s12916-015-0521-2).
## 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](https://www.r-project.org/)
2. Install the [RStudio](https://www.rstudio.com/products/rstudio/download/#download) code editor
3. Open an [R Console](https://support.rstudio.com/hc/en-us/articles/200404846-Working-in-the-Console) in RStudio
3. Install [nbc4va](https://github.com/rrwen/nbc4va) in an R console with [install.packages](https://www.rdocumentation.org/packages/utils/versions/3.5.1/topics/install.packages)```R
install.packages("nbc4va")
```## Usage
1. Load [nbc4va](https://github.com/rrwen/nbc4va) with [library](https://www.rdocumentation.org/packages/base/versions/3.5.1/topics/library)
2. Open the Graphical User Interface (GUI) and follow the instructions```R
library(nbc4va)
nbc4vaGUI()
```For programmatic usage, see [Advanced Usage](https://rrwen.github.io/nbc4va/advanced-usage.html).
## Contact
Richard Wen