This function computes a step score (step_score) based on the average daily steps taken as measured by a pedometer. This score is used to compute the
daily behaviour domain score (db_score).
Usage
get_step_score(step_average = NA)
Arguments
step_average
A numeric vector representing average daily steps taken. See get_step_average().
Value
Returns a numeric (integer) vector with values between 0 and 25 (if valid) or NA (if not valid).
Details
Other capl functions called by this function include: validate_number().