Learn R Programming

predictrace (version 2.0.1)

first_names_gender: Surnames and number of people of each race with that first name

Description

A dataset containing almost 100,000 first names and the proportion of people with that first name that are female and male.

Usage

first_names_gender

Arguments

Format

A data frame with 99,444 rows and 4 variables:

name

The person's first name

probability_male

Probability that the first is male

probability_female

Probability that the first name is female

likely_gender

The most likely gender based on the probability of each gender

...