name2sex | R Documentation |
A wrapper for the gender
function used to predict
gender based on first name.
name2sex(names.list, USE.NAMES = FALSE, ...)
names.list |
Character vector containing first names. |
USE.NAMES |
logical. If |
... |
Other arguments passed to |
Returns a vector of predicted gender (M/F) based on first name.
gender
## Not run:
name2sex(qcv(mary, jenn, linda, JAME, GABRIEL, OLIVA,
tyler, jamie, JAMES, tyrone, cheryl, drew))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.