powered by
This function computes the CAMSA (Canadian Agility and Movement Skill Assessment) time score based on the time taken (in seconds) to complete a trial.
get_camsa_time_score(camsa_time = NA)
A numeric vector representing the time taken (in seconds) to complete a CAMSA trial (valid values are > 0).
Returns a numeric vector with values between 1 and 14 (if valid) or NA (if not valid).
Other capl functions called by this function include: validate_number().
capl
validate_number()
# NOT RUN { get_camsa_time_score(c(14, 12, 30, 25, 0)) # [1] 13 14 1 4 NA # }
Run the code above in your browser using DataLab