Learn R Programming

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)

Copy Link

Version

Install

install.packages('RcmdrPlugin.OptimClassifier')

Monthly Downloads

2

Version

0.1.2

License

GPL-3

Maintainer

Agust<c3><ad>n P<c3><a9>rez-Torregrosa

Last Published

May 7th, 2018

Functions in RcmdrPlugin.OptimClassifier (0.1.2)

OptimumNN

Artificial Neural Networks
OptimumDA

Discriminant Analysis
OptimumLM

Linear Model
OptimumSVM

Support Vector Machines
OptimumGLM

Generalized Linear Model
OptimumLMM

Linear Mixed Model