simulate_sqrp: Simulations of projected SQRP points and levels

Description Usage Arguments Value

View source: R/projecting.R

Description

simulate_sqrp runs simulation for SQRP proejctions.

Usage

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

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

n_sims

the number of simulations to run

Value

a data.frame with SQRP points and levels with nrow(n_sims)


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