/genderdata

A data package for R containing historical datasets about gender

Primary LanguageR

genderdata

R-CMD-check

This package contains several datasets of use for historians and social scientists studying gender. These data sets were compiled in this package for use with the gender package for predicting gender from first names.

The raw data sets used in this package are available here:

See also Hadley Wickham's babynames package.

Install

This package can be installed using the remotes package:

# install.packages("remotes")
remotes::install_github("lmullen/genderdata")