Timing exercise {epicalc}R Documentation

Dataset on time going to bed, waking up and arrival at the workshop

Description

This dataset came from an interview survey on the workshop attendants on 2004-12-14.

Note that the date of bed time was 2004-12-13 if the respondent went to bed before midnight.

Usage

data(Timing)

Format

A data frame with 18 observations on the following 11 variables.

id
a numeric vector
gender
a factor with levels male female
age
a numeric vector
marital
a factor with levels single married others
child
a numeric vector
bedhr
a numeric vector
bedmin
a numeric vector
wokhr
a numeric vector
wokmin
a numeric vector
arrhr
a numeric vector
arrmin
a numeric vector

Examples

data(Timing)
use(Timing)
des()
arrival.time <- ISOdatetime(year=2004, month=12, day=14, hour=arrhr,
        min=arrmin, sec=0)
summ(arrival.time, by= gender)

[Package epicalc version 2.6.0.2 Index]