Last data update: 2014.03.03

R: Absenteeism data
absentR 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)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(AdaptFit)
Loading required package: SemiPar
Loading required package: MASS
Loading required package: nlme
Loading required package: cluster
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/AdaptFit/absent.Rd_%03d_medium.png", width=480, height=480)
> ### Name: absent
> ### Title: Absenteeism data
> ### Aliases: absent
> ### Keywords: datasets
> 
> ### ** Examples
> 
> library(AdaptFit)
> data(absent)
> attach(absent)
The following object is masked _by_ .GlobalEnv:

    absent

> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>