equate_fall_to_spring: Applies CPS fall-to-prior-spring equating

Description Usage Arguments Value

View source: R/school_growth_percentile.R

Description

equate_fall_to_spring applies the function cps_equate on fall data that must be passed in and returns a data frame with missing prior_spring test scores updated with equated scores. An 'equated' indcator is added to the resulting data frame.

Usage

1
equate_fall_to_spring(growth_data = map_matched, fall_data = NA)

Arguments

growth_data

season matched growth data frame

fall_data

a data frame of fall data with columns 'studentid', 'measurmentscale', 'grade', and 'testritscore'

Value

data.frame with 'nrow(growth_data)' rows and 'ncol(growth_data) + 1' columns


chrishaid/sqrpr documentation built on Dec. 16, 2019, 3:32 a.m.