Learn R Programming

sdglinkage (version 0.1.0)

firstname_uk: Baby birth first names in England and Wales.

Description

Full baby birth name data provided by the ONS. This includes all names with at least 5 uses in England and Wales from 1996 to 2018. The frenquency was calculated by the number of uses in each name divided by the number of birth population within each birth year. Details can be found in https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/livebirths/bulletins/babynamesenglandandwales/2018/relateddata.

Usage

firstname_uk

Arguments

Format

A data frame with 4 variables:

firstname

first name

freq

probability of being named as firstname as a sex and born at birthyear

sex

gender

birthyear

the year was born

.