# Description for the binclass package
# Written by Kevin Potter
# email: kevin.w.potter@gmail.com
# Please email me directly if you
# have any questions or comments
# Last updated 2018-10-04
# Package development
# Create documentation
# devtools::document()
# Run unit testing
# devtools::test()
#' Personalized Functions for Binary Classification
#'
#' @docType package
#' @name binclass-package
#' @aliases binclass
#'
#' @description
#'
#' The \pkg{binclass} package contains an assortment
#' of functions for feature selection, model estimation,
#' and binary classication using internal R functions,
#' as well as tools from the \pkg{glmnet} and \pkg{e1071}
#' packages.
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.