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
.
Este exercício faz parte do curso
Modeling with Data in the Tidyverse
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
ggplot(___, aes(___, ___)) +
___ +
labs(x = "rank", y = "score")