Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 11 found.
[1] < 1 2 > [2]  Sort:

findGivenNames (Package: genderizeR) : Getting gender prediction data for a given text vector.

findGivenNames extracts from text unique terms and gets the gender predicion for all these terms.
● Data Source: CranContrib
● Keywords:
● Alias: findGivenNames
● 0 images

genderize (Package: genderizeR) : Predicting gender for character strings.

For each character string in x vector genderize use output of the findGivenNames function and returns a gender prediction for the whole character string based on possible first name terms located inside those strings.
● Data Source: CranContrib
● Keywords:
● Alias: genderize
● 0 images

classificatonErrors (Package: genderizeR) : Calculating classification errors and other prediction indicators

classificatonErrors function was misspelled (sorry for that!). Now the function has the proper name classificationErrors (with "i"). Old function name still works, but is deprecated now and will be removed in future version of the package.
● Data Source: CranContrib
● Keywords:
● Alias: classificatonErrors
● 0 images

classificationErrors (Package: genderizeR) : Calculating classification errors and other prediction indicators

classificationErrors builds confusion matrix from manually coded and predicted gender vectors and returns different specific classification errors calculated on that matrix.
● Data Source: CranContrib
● Keywords:
● Alias: classificationErrors
● 0 images

numberOfNames (Package: genderizeR) : Number of names in the database.

numberOfNames returns a number of distinct names in the genderize.io database scrapped from genderize.io page.
● Data Source: CranContrib
● Keywords:
● Alias: numberOfNames
● 0 images

textPrepare (Package: genderizeR) : Preparing text vector for gender prediction

textPrepare Takes a text vector and converts it into a vector of unique terms. This function is used by default by the findGivenNames function as text pre-processor before sending a query to the API.
● Data Source: CranContrib
● Keywords:
● Alias: textPrepare
● 0 images

genderizeBootstrapError (Package: genderizeR) : Gender prediction errors on bootstrap samples

genderizeBootstrapError calculates the Apparent Error Rate, the Leave-One-Out bootstrap error rate, and the .632+ error rate from Efron and Tibishirani (1997). The code is modified version of several functions from sortinghat package by John A. Ramey.
● Data Source: CranContrib
● Keywords:
● Alias: genderizeBootstrapError
● 0 images

genderizeAPI (Package: genderizeR) : Getting data from genderize.io API

genderizeAPI connects with genderize.io API and checks if a term (one or more) is in the given names database and returns its gender probability and count of the cases recorded in the database.
● Data Source: CranContrib
● Keywords:
● Alias: genderizeAPI
● 0 images

genderizePredict (Package: genderizeR) : Gender predicting function

genderizePredict predicts gender with the best values of probability and count parameters.
● Data Source: CranContrib
● Keywords:
● Alias: genderizePredict
● 0 images

genderizeR (Package: genderizeR) : Gender Prediction Based on First Names

The genderizeR package uses genderize.io API to predict gender from first names extracted from text corpuses. The accuracy of prediction could be controlled by two parameters: counts of first names in database and probability of gender given the first name.
● Data Source: CranContrib
● Keywords:
● Alias: genderizeR, genderizeR-package
● 0 images