# NOT RUN {
get_capl_interpretation(
age = 7:13,
gender = c("g", "g", "b", "Boy", "m", "f", "Female"),
score = c(50, 25, 100, 5, 150, 23, 78),
protocol = "pacer"
)
# [1] NA "achieving" "excelling" "beginning" "excelling" "progressing"
# [7] NA
# }
Run the code above in your browser using DataLab