This function computes a PACER (Progressive Aerobic Cardiovascular Endurance Run) score (pacer_score) based on the number of PACER laps run at a
20-metre distance. This score is used to compute the physical competence domain score variable (pc_score).
Usage
get_pacer_score(pacer_laps_20m = NA)
Arguments
pacer_laps_20m
A numeric (integer) vector (valid values between 1 and 229).
Value
Returns a numeric (integer) vector with values between 0 and 10 (if valid) or NA (if not valid).