log.on.off {activpalProcessing} | R Documentation |
This data frame is an example of an on/off log. If no on/off log is provided all AP data will be included in analysis
data(log.on.off)
A data frame with 59 observations on the following 15 variables.
id
a numeric vector
visit
a factor with levels visit1
visit2
study
a factor with levels PhysicalActivityIntervention
date.on.month
a numeric vector
date.on.day
a numeric vector
date.on.year
a numeric vector
time.on.hour
a numeric vector
time.on.minute
a numeric vector
time.on.seconds
a numeric vector
date.off.month
a numeric vector
date.off.day
a numeric vector
date.off.year
a numeric vector
time.off.hour
a numeric vector
time.off.minute
a numeric vector
time.off.seconds
a numeric vector
Example bed log. Data are made up for 2 subjects and 2 visits each
# load example on.off log data("log.on.off",package="activpalProcessing")