View source: R/flag_valid_day.R
flag_valid_step_count | R Documentation |
flag_valid_step_count
flag_valid_step_count(is_wear, is_adherent, steps, minimum_step_count = 1000)
is_wear |
a logic vector with entries for every minute in day. |
is_adherent |
a logic vector indicating minutes in a day that adhere to a study's inclusion criteria. |
steps |
a numeric vector containing Fitbit minute step recordings in a day. |
minimum_step_count |
the minimum number of step counts required in a day to be considered valid. |
Flag valid days using minimum step count criteria.
a single boolean indicating whether the minimum step counts criteria is satisfied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.