HALO Post-doctoral fellow Dr. Michelle Guerrero and former HALOite Joel Barnes just published a paper titled “An R Package for Computing Canadian Assessment of Physical Literacy (CAPL) scores and interpretations from raw data” in Plos One! Citation details and a summary of the paper are below.

Congratulations, Michelle and Joel!

Barnes JD, Guerrero MD (2021) An R Package for Computing Canadian Assessment of Physical Literacy (CAPL) scores and interpretations from raw data. PLoS ONE 16(2): e0243841. doi:10.1371/journal.pone.0243841

Abstract

The Canadian Assessment of Physical Literacy (CAPL) is the first comprehensive protocol designed to assess a child’s level of physical literacy. Current approaches to analyzing CAPL-2 raw data are tedious, inefficient, and/or can lead to computation errors. In this paper we introduce the capl R package (open source), designed to compute and visualize CAPL-2 scores and interpretations from raw data. The capl package takes advantage of the R environment to provide users with a fast, efficient, and reliable approach to analyzing their CAPL-2 raw data and a “quiet” user experience, whereby “noisy” error messages are suppressed via validation. We begin by discussing several preparatory steps that are required prior to using the capl package. These steps include preparing, formatting, and importing CAPL-2 raw data. We then use demo data to show that computing the CAPL-2 scores and interpretations is as simple as executing one line of code. This one line of code uses the main function in the capl package (get_capl()) to compute 40 variables within a matter of seconds. Next, we showcase the helper functions that are called within the main function to compute individual variables and scores for each test element within the four domains as well as an overall physical literacy score. Finally, we show how to visualize CAPL-2 results using the ggplot2 R package.

The full paper is available here (open access).