Identifying Gender
On 01/12/2016 2:40 PM, Saba Sehrish via R-help wrote:
Hi I have a csv file of Names based on male and female managers. Is there some code in R to identify the gender by names?
There was a package called genderNames on CRAN for a couple of months, but the maintainer abandoned it. You could recover it from the CRAN archive and see if you can get it to build. Look for it in <https://cran.r-project.org/src/contrib/Archive>. Duncan Murdoch