tiered_growth_factors: Calculate KIPP Tiered Growth factors

View source: R/util.R

tiered_growth_factorsR Documentation

Calculate KIPP Tiered Growth factors

Description

tiered_growth_factors takes grade level and quartile data and returns a vector of KIPP Tiered Growth factors (or multipliers, if you prefer).

Usage

tiered_growth_factors(quartile, grade)

Arguments

quartile

a vector of student quartiles

grade

vector of student grade-levels

Details

# Function takes two vectors—one containing student grade levels and the other containing student pre-test/season 1 quartiles—and returns a same-length vector of KIPP Tired Growth factors. These factors are multiplied by a students typical (i.e., expected) growth to generate college ready growth.

Value

a vector of length(quartile) of KIPP Tiered Growth factors.


almartin82/mapvizieR documentation built on June 3, 2023, 10:53 a.m.