Package: predictrace 2.0.1
predictrace: Predict the Race and Gender of a Given Name Using Census and Social Security Administration Data
Predicts the most common race of a surname and based on U.S. Census data, and the most common first named based on U.S. Social Security Administration data.
Authors:
predictrace_2.0.1.tar.gz
predictrace_2.0.1.zip(r-4.5)predictrace_2.0.1.zip(r-4.4)predictrace_2.0.1.zip(r-4.3)
predictrace_2.0.1.tgz(r-4.4-any)predictrace_2.0.1.tgz(r-4.3-any)
predictrace_2.0.1.tar.gz(r-4.5-noble)predictrace_2.0.1.tar.gz(r-4.4-noble)
predictrace_2.0.1.tgz(r-4.4-emscripten)predictrace_2.0.1.tgz(r-4.3-emscripten)
predictrace.pdf |predictrace.html✨
predictrace/json (API)
NEWS
# Install 'predictrace' in R: |
install.packages('predictrace', repos = c('https://jacobkap.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jacobkap/predictrace/issues
- first_names_gender - Surnames and number of people of each race with that first name
- first_names_race - Surnames and number of people of each race with that first name
- surnames_race - Surnames and number of people of each race with that surname.
Last updated 1 years agofrom:dc04ef8d43. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Exports:predict_genderpredict_race
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Surnames and number of people of each race with that first name | first_names_gender |
Surnames and number of people of each race with that first name | first_names_race |
Find the gender of a first name | predict_gender |
Find the race of a surname or first name | predict_race |
Surnames and number of people of each race with that surname. | surnames_race |