1. Learn
  2. /
  3. Courses
  4. /
  5. Modeling with Data in the Tidyverse

Exercise

EDA of relationship of score and rank

Let's perform an EDA of the relationship between an instructor's score and their rank in the evals dataset. You'll both visualize this relationship and compute summary statistics for each level of rank: teaching, tenure track, and tenured.

Instructions 1/2

undefined XP
    1
    2

Write the code to create a boxplot of the relationship between teaching score and rank.