R/data-health_insurance.R

#' Health insurance data
#'
#' Fictional data on the choice of health insurance product by employees of a large company
#'
#' @format A dataframe with 1453 rows and 6 variables:
#' \describe{
#' \item{product}{The choice of product of the individual - A, B or C}
#' \item{age}{The age of the individual when they made the choice}
#' \item{household}{The number of people living with the individual in the same household at the time of the choice}
#' \item{position_level}{The individual's position level in the company at the time they made the choice, where 1 is is the lowest and 5 is the highest}
#' \item{gender}{The gender of the individual as stated when they made the choice}
#' \item{absent}{The number of days the individual was absent from work in the year prior to the choice}
#' }
#' @examples
#' health_insurance
"health_insurance"

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.