Learn R Programming

activpalProcessing (version 1.0.1)

log.on.off: 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)

Arguments

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

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

Run the code above in your browser using DataLab