Exercise

Multiple linear regression

The data set contains several variables on the beauty score of the professor: individual ratings from each of the six students who were asked to score the physical appearance of the professors and the average of these six scores.

Let's take a look at the relationship between one of these scores and the average beauty score.

Instructions

100 XP
  • Create a scatterplot with the beauty rating of professor from lower level female bty_f1lower, and the average beauty score bty_avg.
  • Calculate and print the correlation between these two variables.