get_sex: Guess Sex from a personal name

Description Usage Arguments Value

View source: R/get_sex.R

Description

Guess Sex from a personal name

Usage

1
get_sex(x, threshold = 0.5)

Arguments

x

A character vector of personal names.

threshold

Minimum probability to guess sex. If real probability is lower, the function returns NA.

Value

Either "male", or "female", or NA.


MarekProkop/names.cze documentation built on Dec. 17, 2021, 2:22 a.m.