Learn R Programming

AdaptFit (version 0.2-2)

absent: Absenteeism data

Description

The absent contains data on the absenteeism of workers of a medium-sized industrial company in southern Germany observed between 01.01.1981 and 31.12.1998.

Usage

data(absent)

Arguments

Format

This data frame contains the following columns:
id
employee's ID
absent
number of days of absenteeism
status
1 for the uncensored last day of absenteeism
date
date of the first day of a sick leave
day
day of the week of the first day of a sick leave
month
month

Source

Kauermann, G and Ortlieb, R. (2004). Temporal pattern in number of staff on sick leave: the effect of downsizing. Journal of Royal Statistical Society, Series C, 53, 353-367.

References

Krivobokova, T., Crainiceanu, C.M. and Kauermann, G. (2007) Fast Adaptive Penalized Splines Journal of Computational and Graphical Statistics.

Examples

Run this code
library(AdaptFit)
data(absent)
attach(absent)

Run the code above in your browser using DataLab