Exploratory Data Analysis

library(simplFeedbackPerformance)
library(ggplot2)
library(magrittr)

df <- df %>%
  dplyr::filter(traineePGY < 6,
                date >= "2018-07-01",
                date < "2019-07-01")

Plot variables

Index plots

To make it even clearer, we can take a look at the data in a table:

Explanatory variables

Number of complete paired evaluations

Plotting number of completed evaluations vs. performance as rates

Plotting number of completed evaluations vs. performance as ratios

Plotting number of completed evaluations vs. autonomy as ratios