Description Usage Arguments Details Value
becca_plot returns a ggplot object binned quaritle performonce
| 1 2 3 4 5 6 7 8 9 | becca_plot(.data, school_name_column = "sch_abbr",
  cohort_name_column = "cohort",
  grade_level_season_column = "grade_level_season",
  measurement_scale_column = "measurementscale",
  test_percentile_column = "percentile_2011_norms",
  first_and_spring_only = TRUE, entry_grades = c(-0.8, 4.2),
  auto_justify_x = TRUE, justify_widths = FALSE, justify_min = NA,
  justify_max = NA, color_scheme = "KIPP Report Card", facets = FALSE,
  facet_opts = FALSE, title_text = FALSE, small_n_cutoff = 0.001)
 | 
| .data | the data frame in TEAM canoncical style (long data forms) | 
| school_name_column | column in  | 
| cohort_name_column | column in  | 
| grade_level_season_column | column in  | 
| measurement_scale_column | column in  | 
| test_percentile_column | = column in  | 
| first_and_spring_only | indicator for showing shoing Fall-to-Spring rather than Spring-to-Spring | 
| entry_grades | = c(-0.7, 4.3) GradeSeasons that should use Fall and Spring (i.e., Kinder =-.3 and 5th = 4.3) | 
| justify_widths | width justification indicator | 
| justify_min | |
| justify_max | |
| color_scheme | only 'KIPP Report Card' | 
| facets | = FALSE | 
| facet_opts | = FALSE | 
| title_text | = FALSE | 
| small_n_cutoff | drop a grade_level_season if less than x (useful when dealing with weird cohort histories) | 
This function builds and prints a bar graph with 4 bins per bar show MAP data binned by quartile (National Percentile Rank). Bars are centered at 50th percentile horizonatally
prints a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.