Correlation between teaching and "beauty" scores
Let's numerically summarize the relationship between teaching score
and beauty score bty_avg
using the correlation coefficient. Based on this, what can you say about the relationship between these two variables?
This exercise is part of the course
Modeling with Data in the Tidyverse
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Compute correlation
evals %>%
summarize(correlation = ___(___, ___))