README.md

KCSNB() Application

This appliation predicts any variable in any categorical dataset for given values of predictor variables. If a dataset contains 4 variables, then any variable can be predicted based on the values of the other three variables given by the user. The user can upload their own datasets and select what variable they want to predict. A handsontable is provided to enter the predictor values and also accuracy of the prediction is also shown.

Run the following R commands in your R console to run the apllication.

## install.packages("devtools") ## library("devtools") ## devtools::install_github("Chaithanya07/KCSNBShiny") ## library("KCSNBShiny") ## KCSNBSiny()



Chaithanya07/KCSNBShiny documentation built on June 28, 2019, 11:10 a.m.