RcmdrPlugin.OptimClassifier
RcmdrPlugin.OptimClassifier is a R Commander Plug-In containing multiple methods to create binary classification models provides in OptimClassifier package.
Installing the GUI
To install the Development Version from GitHub repository use:
install.packages("devtools") # If not yet installed on your R Version
devtools::install_github("economistgame/RcmdrPlugin.OptimClassifier")or
install.packages("remotes") # If not yet installed on your R Version
remotes::install_github("economistgame/RcmdrPlugin.OptimClassifier")On the initial start-up of R Commander, you will probably be prompted to install some additional dependencies. This should not take too long!
To launch the GUI, use:
library(RcmdrPlugin.OptimClassifier)