given_name_df | R Documentation |
This dataset, given_name_df, is a data frame containing 2,614 Chinese characters commonly used in given names, along with nationwide frequency data. The dataset includes 2614 observations and 25 variables, providing information such as stroke count, gender distribution, historical usage, frequency per million, uniqueness, and perceived name traits such as warmth and competence.
data(given_name_df)
A data frame with 2614 observations and 25 variables:
Chinese character used in given names (character)
Pronunciation in Pinyin (character)
Number of strokes in the character (numeric)
Number of males with this character in their name (numeric)
Number of females with this character in their name (numeric)
Gender index (numeric)
Number of occurrences between 1930–1959 (numeric)
Number of occurrences between 1960–1969 (numeric)
Number of occurrences between 1970–1979 (numeric)
Number of occurrences between 1980–1989 (numeric)
Number of occurrences between 1990–1999 (numeric)
Number of occurrences between 2000–2008 (numeric)
Frequency per million (1930–1959) (numeric)
Frequency per million (1960–1969) (numeric)
Frequency per million (1970–1979) (numeric)
Frequency per million (1980–1989) (numeric)
Frequency per million (1990–1999) (numeric)
Frequency per million (2000–2008) (numeric)
Overall frequency per million (numeric)
Uniqueness score of the name (numeric)
Frequency in linguistic corpus (numeric)
Uniqueness in corpus (numeric)
Emotional valence of the name (numeric)
Perceived warmth of the name (numeric)
Perceived competence of the name (numeric)
The dataset name has been kept as 'given_name_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the ChineseNames package version 2023.8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.