student_subtest_score: Extract Sub-Test Scores By Student

Description Usage Arguments Value

View source: R/tidy_ISASP_data.R

Description

Extract a particular column of sub-test scores. Mostly useful for stacking said sub-test scores and rejoining with student data later on.

Usage

1
2
3
4
5
6
7
8
9
student_subtest_score(
  df,
  label_col = NULL,
  pct_col = NULL,
  points_col = NULL,
  raw_score_col = NULL,
  student_id = StateID,
  grade = Grade
)

Arguments

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

Value

A 6 column data frame containing the columns student_id, grade, test_label, raw_score, pct_correct, and points_possible


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