CommencerCommencer gratuitement

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?

Cet exercice fait partie du cours

Modeling with Data in the Tidyverse

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Compute correlation
evals %>%
  summarize(correlation = ___(___, ___))
Modifier et exécuter le code