absent {AdaptFit}R Documentation

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)

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

library(AdaptFit)
data(absent)
attach(absent)

[Package AdaptFit version 0.2-2 Index]