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.
ida numeric vector
visita factor with levels visit 2 visit1 visit2
studya factor with levels PhysicalActivityIntervention
date.out.montha numeric vector
date.out.daya numeric vector
date.out.yeara numeric vector
time.out.houra numeric vector
time.out.minutea numeric vector
time.out.secondsa numeric vector
date.in.montha numeric vector
date.in.daya numeric vector
date.in.yeara numeric vector
time.in.houra numeric vector
time.in.minutea numeric vector
time.in.secondsa 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.