The goal of rethnicity is to provide a method to predict ethnicity from names of people.
I created this package hoping to help applied researchers on their studies regarding ethnic bias and discrimination, and potentially eliminate the racial and ethnic disparities. By using this package, you agree to the following:
- You will NOT use this package for purposes other than academic research.
- You will NOT disclose the predicted ethnic group to the public, given the names data you might have.
- You will NOT discriminate anyone on the basis of race and color, by using the methods provided by this package.
- You understand that the method cannot make predictions 100% correct, and you should be cautious about the results.
Again, you should use the package responsibly and please refer to the methodology paper for details.
You can install the released version of rethnicity from CRAN with:
install.packages("rethnicity")
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("fangzhou-xie/rethnicity")
There is a vignette that discusses how to use this package.
The complete description of the methodology is on arxiv and please cite it as:
@article{xie2021,
title = {Rethnicity: Predicting {{Ethnicity}} from {{Names}}},
shorttitle = {Predicting {{Ethnicity}} from {{Names}} with Rethnicity},
author = {Xie, Fangzhou},
year = {2021},
month = sep,
journal = {arXiv:2109.09228 [cs]},
eprint = {2109.09228},
eprinttype = {arxiv},
}
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
This license was chosen to prohibit commercial usage, while still being free and accessible for non-commercial academic uses.