The R package 'binclass' contains an assortment of functions for feature selection, model estimation, and binary classication using internal R functions, as well as tools from the 'glmnet' and 'e1071' packages.
The program R ( version >= 3.0 )
To easily install the 'binclass' package, you'll need the 'devtools' package:
install.packages("devtools")
library(devtools)
The 'binclass' package can then be installed via the following command:
install_github("rettopnivek/utilityf")
The R packages 'glmnet' and 'e1071' will also be installed.
To load the package:
library(binclass)
To list the available functions:
ls(pos = "package:binclass")
Details and examples for a specific function can be obtained via help( "function" )
substituting the appropriate function name for "function".
Kevin Potter
MIT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.