goal_kipp_tiered: Create KIPP Tiered accelerated growth goals

View source: R/goals_and_projections.R

goal_kipp_tieredR Documentation

Create KIPP Tiered accelerated growth goals

Description

goal_kipp_tiered is a "goal function": it creates a list with three elements: a goals data frame (including fields accel_growth and met_accel_growth used in the growth_df of a mapvizieR object.

Usage

goal_kipp_tiered(mapvizier_object, iterations = 1)

Arguments

mapvizier_object

a mapvizieR object.

iterations

the number of iterations out from any student test event you wish to continue projecting student growth. This features is not yet implemented, so it only projects growth one iteration.

Examples

## Not run: 
data(ex_CombinedAssessmentResults)
data(ex_CombinedStudentsBySchool)

cdf_mv <- mapvizieR(ex_CombinedAssessmentResults, 
                    ex_CombinedStudentsBySchool)
                    
goals<-goal_kipp_tiered(cdf_mv)                     

## End(Not run)

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