EDA of relationship of score and rank
Let's perform an EDA of the relationship between an instructor's score and their rank in the evals
dataset. You'll both visualize this relationship and compute summary statistics for each level of rank
: teaching
, tenure track
, and tenured
.
Cet exercice fait partie du cours
Modeling with Data in the Tidyverse
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
ggplot(___, aes(___, ___)) +
___ +
labs(x = "rank", y = "score")