EDA of relationship of teaching & "beauty" scores
The researchers in the UT Austin created a "beauty score" by asking a panel of 6 students to rate the "beauty" of all 463 instructors. They were interested in studying any possible impact of "beauty" of teaching evaluation scores. Let's do an EDA of this variable and its relationship with teaching score
.
From now on, assume that ggplot2
, dplyr
, and moderndive
are all available in your workspace unless you're told otherwise.
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.
# Plot the histogram
___(evals, ___) +
___ +
labs(x = "Beauty score", y = "count")