Description Usage Arguments Value Examples
This function generates daily activity summaries.
| 1 | accelsummary_data(data, wear, h = 100)
 | 
| data | a data frame where each row is one subject day and column 1 and 2 are id and day, and fowllowing colums are minute level activity count | 
| wear | a data frame of similar strucutre to previous one containing wear/nonwear flag | 
| h | threshold to define active and sedenday, default h=100 | 
data frame of subject-day level summaries
| 1 2 | data(act)
accelsummary_data(data=act,wear=flag,h=100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.