Description Usage Arguments Format Value
This function takes as input a data frame for graduates which includes the
first.name and birth.year for each row. It returns that data
frame along with new column gender, and other supporting
information.
1 |
x |
data frame with |
character, gender as determined by the gender package.
numeric, probability that the individual is a male given their first name, as determined by the
gender packege
numeric, probability that the individual is a female given their first name, as determined by the
gender packege
character,gender of an individual given their first name, as determined by the gender packege
numeric, probability that the individual is a male given their middle name, as determined by the
gender packege
numeric, probability that the individual is a female given their middle name, as determined by the
gender packege
character,gender of an individual given their middle name, as determined by the gender packege
character, gender of an individual, as determined by genderizeR package
the input data frame along with new column(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.