The Naive Bayes Classifier (NBC) uses training data containing death cases to learn probabilities for known causes of death based on given symptoms. The NBC can then use the learned probabilities to predict the cause of death for cases in a set of testing data given the same symptoms.

This shiny application acts as a graphical user interface (GUI) for the nbc4va R package, which implements the naive bayes classifier for verbal autopsy data as described by Miasnikof et al (2015).

Author

References