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
.
Diese Übung ist Teil des Kurses
Modeling with Data in the Tidyverse
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
ggplot(___, aes(___, ___)) +
___ +
labs(x = "rank", y = "score")