R/data-recruiting.R

#' Recruiting data
#'
#' Fictional data on applicants to a graduate recruiting program in a financial services company
#'
#' @format A dataframe with 966 rows and 8 variables:
#' \describe{
#' \item{gender}{The gender of the applicant}
#' \item{sat}{The SAT score of the applicant}
#' \item{gpa}{The GPA of the applicant}
#' \item{apttest}{The result of an aptitude test given to the applicant}
#' \item{int1, int2}{Applicant rating given by two line manager interviewers, on a Likert Scale of 1 to 5 indicating increasing positivity}
#' \item{int3}{Applicant rating given by a human resources interviewer, on a Likert Scale of 1 to 5 indicating increasing positivity}
#' \item{hired}{Binary indicating whether the decision was Hire (1) or No Hire (0)}
#' }
#' @examples
#' recruiting
"recruiting"

Try the peopleanalyticsdata package in your browser

Any scripts or data that you put into this service are public.

peopleanalyticsdata documentation built on April 13, 2021, 5:06 p.m.