R/namesex.R

#' @title namesex: Predict sex of person based on first name
#' 
#' @name namesex-package
#' @aliases namesex
#'
#' @description Predict sex of the person based on the first name. The package currently
#' supports Indian and Brazilian names. Package supports three ways of learning the sex of the 
#' person: raw data of brazilian and indian politicians, and one ML model based off 
#' the name data.
#'
#' To learn how to use namesex, see this vignette: \url{vignettes/namesex.html}. 
#' 
#' @importFrom utils read.table
#' @import namesexdata
#' @import glmnet
#' @import dummies
#' @docType package
#' @author Gaurav Sood and Luke Sonnet
NULL
appeler/namesex documentation built on May 12, 2019, 5:15 p.m.