get_iqr: get_iqr Takes a subset of a norms_status data as input....

Description Usage Arguments Value Examples

Description

get_iqr Takes a subset of a norms_status data as input. Return a data frame with the necesary information to create a boxplot.

Usage

1

Arguments

df

dataframe: Subset of norms_status_xxxx data

Value

dataframe

Examples

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)

thelayc/laycca documentation built on May 31, 2019, 9:48 a.m.