tidy_by_subtest: Tidy ISASP Data By Sub-test

Description Usage Arguments Value

View source: R/tidy_ISASP_data.R

Description

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

Usage

1

Arguments

df

A Data Frame with columns named exactly as they appear on the ISASP extract in 2019

Value

A Data Frame in the long format with columns test_label,raw_score , points_possible,and pct_correct


delabj/ISASP documentation built on Nov. 17, 2020, 5:31 p.m.