View source: R/goals_and_projections.R
goal_kipp_tiered | R Documentation |
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.
goal_kipp_tiered(mapvizier_object, iterations = 1)
mapvizier_object |
a |
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. |
## Not run:
data(ex_CombinedAssessmentResults)
data(ex_CombinedStudentsBySchool)
cdf_mv <- mapvizieR(ex_CombinedAssessmentResults,
ex_CombinedStudentsBySchool)
goals<-goal_kipp_tiered(cdf_mv)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.