Description Usage Arguments Value Author(s) See Also Examples
View source: R/guideline.bouts.num.R
This function calculates the number of guideline bouts (bouts of MVPA (>=3 METs) that last at least 10 min. Allows for 20 percent of time below 3 METs i.e. if bout is 10 min long, 2 min can be <3 METs
1 | guideline.bouts.num(mets)
|
mets |
mets is a second-by-second numeric vector |
numeric value indicating the number of guideline bouts
John Staudenmayer
1 2 3 4 5 6 7 | data(second.by.second)
mets <- second.by.second.data$mets
guideline.bouts.num(mets)
# summarize by date
tapply(second.by.second.data$mets, second.by.second.data$date, guideline.bouts.num)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.