R/PackageHelp.R

# Purpose: Package documentation
# Updated: 180913

#' @useDynLib BinReg
#' @importFrom Rcpp sourceCpp
NULL

#' BinReg
#' 
#' Implementation of logistic, probit, and robit regression. 
#' 
#' @author Zachary R. McCaw
#' @docType package
#' @name BinReg-help
NULL
zrmacc/BinReg documentation built on May 9, 2019, 8:08 a.m.