R/performance.R

#' @name performance
#'
#' @description Fictitious performance data for employees in a mid-size company
#'
#' @docType data
#'
#' @usage data(performance)
#'
#' @format A dataframe containing 1,470 observations and 3 variables:
#'
#' @param employee_id
#'      Unique identifier for each employee
#'
#' @param salary_hike_pct
#'      The percent increase in salary for the employee's most recent compensation adjustment (whether due to a standard merit increase, off-cycle adjustment, or promotion)
#'
#' @param perf_rating
#'      Most recent performance rating, where 1 = 'Needs Improvement', 2 = 'Core Contributor', 3 = 'Noteworthy', and 4 = 'Exceptional'
#'
#' @examples data(performance)

Try the peopleanalytics package in your browser

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

peopleanalytics documentation built on Oct. 26, 2022, 1:08 a.m.