Description Usage Arguments Value Examples
get_iqr Takes a subset of a norms_status data as input. Return a data frame with the necesary information to create a boxplot.
| 1 | 
| df | dataframe: Subset of norms_status_xxxx data | 
dataframe
| 1 2 3 4 5 6 7 8 | library(dplyr)
data(norms_status_2015)
df <- norms_status_2015 %>%
 filter(season == 4) %>%
 filter(grade == 11) %>% 
 filter(subject == 2)
get_iqr(df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.