Description Usage Format Details Examples
This data frame is an example of a bed log. Bed logs need to be in this format to work with this package. If no bed log is provided all wear time will be included in analysis
1 |
A data frame with 32 observations on the following 15 variables.
id
a numeric vector
visit
a factor with levels visit 2
visit1
visit2
study
a factor with levels PhysicalActivityIntervention
date.out.month
a numeric vector
date.out.day
a numeric vector
date.out.year
a numeric vector
time.out.hour
a numeric vector
time.out.minute
a numeric vector
time.out.seconds
a numeric vector
date.in.month
a numeric vector
date.in.day
a numeric vector
date.in.year
a numeric vector
time.in.hour
a numeric vector
time.in.minute
a numeric vector
time.in.seconds
a numeric vector
Example bed log. Data are made up for 2 subjects each (id=7 & 8) and 2 visits (visit= 1 & 2)
1 2 | # load example bed log
data("log.bed",package="activpalProcessing")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.