titlesort: Predicts the seniority of contacts based on their job titles

View source: R/titlesort.R

titlesortR Documentation

Predicts the seniority of contacts based on their job titles

Description

titlesort returns a vector of 1s and 0s corresponding to the predicted seniority of input job titles. A prediction of 1 corresponds to a director-level-or-higher position, and a contact with a 0 is predicted to be an individual contributor or junior manager. Based on a bag of words method, it has 95 for most English-language job titles, with a slight bias towards the technology industry. Also works OK for German and French titles, and should not be used for other languages. titlesort is embedded inside mail.subject and does not need to be used separately with that function.

Usage

titlesort(input.title)

Arguments

input.title

Vector of strings of job titles

Value

Returns a vector of 1s and 0s corresponding to predicted job titles.

Examples

titlesort(mail$title)


bziomek/mktinsight documentation built on Jan. 5, 2023, 12:18 a.m.