Description Usage Arguments Value
View source: R/tidy_ISASP_data.R
Extract a particular column of sub-test scores. Mostly useful for stacking said sub-test scores and rejoining with student data later on.
1 2 3 4 5 6 7 8 9 |
df |
A data frame |
label_col |
Column name of the test label for the sub-test |
pct_col |
Column name of the test percent for the sub-test |
points_col |
Column name of the total points possible column for the sub-test |
raw_score_col |
Column name of the raw Score for the sub-test |
A 6 column data frame containing the columns student_id
, grade
, test_label
, raw_score
, pct_correct
, and points_possible
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.