Description Usage Arguments Value
View source: R/tidy_ISASP_data.R
Take the data (directly from the ISASP Extract) and tidy it by subtest.
This will result in a data frame that is arranged so that students have multiple rows
for each sub-test they've taken. All Label, pct_correct, pnt_poss, and raw_score columns
for all sub-tests are tidyr::pivoted_wider()
into new columns named test_label
,raw_score
,
points_possible
, and pct_correct
This function is not very adaptable nor abstracted,
and may be replaced in a future version
1 |
df |
A Data Frame with columns named exactly as they appear on the ISASP extract in 2019 |
A Data Frame in the long format with columns test_label
,raw_score
, points_possible
,and pct_correct
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.