simulate_once_sqrp_data: Produce one iteration of SQRP simulation

Description Usage Arguments Value

View source: R/projecting.R

Description

simulate_once_sqrp_data produces a single iteration of simulate_sqrp. Essentially it is a building block function.

Usage

1
2
3
4
simulate_once_sqrp_data(spring_pretest_cdf, fall_equate_cdf = NULL,
  school = "Ascend", pct_cr, aa = list(aa_col = "studentethnicgroup", aa_ind
  = "Black or African American"), iep = list(iep_col = "sped", iep_ind =
  TRUE), ...)

Arguments

spring_pretest_cdf

single season pret-test, spring cdf

fall_equate_cdf

single season fall cdf used to equate missing scores

school

character providing a part of the name of the school in spring_test_cdf for which to provide simulations,

pct_cr

percent of students that should make exactly KIPP Tiered college ready growth

aa

a list with two elements: aa_col and aa_ind, which are use to id columns for priority group calculations

iep

a list with two elements: iep_col and iep_ind, which are use to id columns for priority group calculations

...

arguments passed to sqrp_level

Value

a data.frame with SQRP points and levels


kippchicago/sqrpr documentation built on Dec. 15, 2019, 12:27 a.m.