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 ejercicio forma parte del curso
Modeling with Data in the Tidyverse
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
ggplot(___, aes(___, ___)) +
___ +
labs(x = "rank", y = "score")