README.md

binclass

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.

Getting started

Prerequisites

The program R ( version >= 3.0 )

Installation

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.

Using the package

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".

Authors

Kevin Potter

License

MIT



rettopnivek/binclass documentation built on May 13, 2019, 4:46 p.m.