Description Usage Arguments Value
one_year_sgp returns ggplot density distributions that show change in RIT over time
1 2 3 4 5 6 7 8  | galloping_elephants(.data, first_and_spring_only = TRUE,
  entry_grades = c(-0.8, 4.2), title_text = FALSE, ho_cutoff = 13,
  bw_adjust = 1, school_name_column = "sch_abbrev",
  grade_level_season = "grade_level_season",
  measurement_scale_column = "measurementscale",
  rit_score_column = "testritscore",
  test_percentile_column = "testpercentile",
  current_grade_column = "cur_grade_level")
 | 
first_and_spring_only | 
 should fall/winter scores be shown, or only endpoint scores?  | 
entry_grades | 
 the entry grades that are considered 'first' for a cohort (default is KF and 5F)  | 
title_text | 
 desired plot title  | 
ho_cutoff | 
 “hold over cutoff” (not currently implemented)  | 
bw_adjust | 
 adjustment for smoothness of density, passed to   | 
school_name_column | 
 name of column in   | 
rit_score_column | 
 name of column in   | 
test_percentile_column | 
 name of column in   | 
current_grade_column | 
 name of column in   | 
df | 
 long data frame in TEAM canonical style  | 
academic_year_column | 
 name of column in   | 
grade_level_season] | 
 name of column in   | 
returns a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.