R/data-absenteeism.R

#' Absenteeism data
#'
#' Fictional data on absenteeism in a large technology company
#'
#' @format A dataframe with 865 rows and 4 variables:
#' \describe{
#' \item{days_absent}{The number of unscheduled days of absence for the employee in the last calendar year}
#' \item{tenure}{The employee’s tenure at the company in years}
#' \item{is_manager}{A binary value indicating 1 if the employee is a manager and 0 if not}
#' \item{performance_rating}{The employee’s most recent performance score on an increasing scale from 1 to 5}
#' }
#' @examples
#' absenteeism
"absenteeism"

Try the peopleanalyticsdata package in your browser

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

peopleanalyticsdata documentation built on July 2, 2026, 1:07 a.m.