randomNames
randomNames copied to clipboard
Function to generate random gender and ethnicity correct first and/or last names. Names are chosen proportionally based upon their probability of appearing in a large scale data base of real names.
Thank you for your collaboration getting #82 merged and in responding to issues I've raised. Would it be possible make a new version release and submit this new version to...
Hi! I am successfully using this great package in data frames with one record per person. I would like to use it when I have multiple records. Here's a quick...
It seems that when the number of names is exhausted when using `randomNames()` (with `sample.with.replacement = FALSE`) it gives an uninformative error message about sampling. It would be great if...
Is there any plan to increase the number of names? I often exceed the number of names (when sampling without replacement) and it would be great to know if there...
Sorry I couldn't figure this out from the documentation. Are the first and surnames conditionally independent (after accounting for ethnicity) or are they associated as per the original data?
Neat package. One minor thing, running this will result in a different person for the second row of the dataframe. The seed is only respected for the first run. set.seed(1842)...
As testing edge cases is sort of the point of testing, I was surprised to find that this library never generates names consisting of a single word. I think it...