Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 5 of 5 found.
[1] < 1 > [1]  Sort:

gender (Package: gender) : Predict gender from first names using historical data

This function predicts the gender of a first name given a year or range of years in which the person was born. The prediction can use one of several data sets suitable for different time periods or geographical regions. See the package vignette for suggestions on using this function with multiple names and for a discussion of which data set is most suitable for your research question. When using certains methods, the genderdata data package is required; you will be prompted to install it if it is not already available.
● Data Source: CranContrib
● Keywords:
● Alias: gender
● 0 images

gender-package (Package: gender) : Gender: predict gender by name from historical data

Gender: predict gender from names using historical data
● Data Source: CranContrib
● Keywords:
● Alias: gender-package
● 0 images

gender_df (Package: gender) : Use gender prediction with data frames

In a common use case for gender prediction, you have a data frame with a column for first names and a column for birth years (or, two columns specifying a minimum and a maximum potential birth year). This function wraps the gender function to efficiently apply it to such a data frame. The result is a data frame with one prediction of the gender for each unique combination of first name and birth year. The resulting data frame can then be merged back into your original data frame.
● Data Source: CranContrib
● Keywords:
● Alias: gender_df
● 0 images

install_genderdata_package (Package: gender) : Install the genderdata package after checking with the user

Install the genderdata package after checking with the user
● Data Source: CranContrib
● Keywords:
● Alias: install_genderdata_package
● 0 images

check_genderdata_package (Package: gender) : Check whether to install data for gender function and install if necessary

If the genderdata package is not installed, install it from GitHub using devtools. If it is not up to date, reinstall it.
● Data Source: CranContrib
● Keywords:
● Alias: check_genderdata_package
● 0 images