10.5 Covariation
- covariation: tendency of values of different variables to vary together in a related way.
- Visualizing covariance depends on types of variables in the pair:
10.5.1 categorical + continuous
x = categorical
y = continuous
.geom_boxplot
- Lots of options exist to do this better. See Cedric Scherer’s tutorial!