Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rrwen/nbc4va

Repository files navigation

nbc4va nbc4va website

CRAN_Status_Badge CRAN Downloads Badge

Overview

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

Installation

  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()

GUI Example

For programmatic usage, see Advanced Usage.

Contact

Richard Wen [email protected]