log.on.off {activpalProcessing}R Documentation

Example on/off Log

Description

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

Usage

data(log.on.off)

Format

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

Details

Example bed log. Data are made up for 2 subjects and 2 visits each

Examples

#	load example on.off log 
data("log.on.off",package="activpalProcessing")


[Package activpalProcessing version 1.0.2 Index]