A helper function for choosing intensity thresholds. Not intended to be invoked directly by the user.

apply_thresholds(intensity, ages, device, wear_location)

Arguments

intensity

The thresholds to return. Must be one of 'light', 'mod', or 'vig'

ages

The age group (i.e., children or adults or both)

device

The device (i.e., actigraph or geneactiv or both)

wear_location

The wear location of the device (i.e., 'wrist' or 'hip')

Value

vector of threshold cut-points

See also

Other helper functions (internal): check_outfiles(), translate_studyname()