Description Usage Arguments Value
View source: R/genderizePredict.R
The genderizePredict
function predicts gender using the values of
probability
and count
parameters that mimize
the errorCoded
.
1 | genderizePredict(trainedParams, newdata, givenNamesDB)
|
trainedParams |
An output of a |
newdata |
A character vector for gender prediction. |
givenNamesDB |
A dataset with gender data
(could be an output of |
A character vector of values: male
, female
or unknown
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.