Graphs and tables

1. Packages used

library(tidyverse)
library(effsize)
library(xtable)

2. Load the dataset

3. Tidy up the data

The output data frame should have the following columns (the order does not matter):

  • Subject
  • VariantID
  • RunID
  • Approach
  • Runtime

4. Aggregate runtime data

5. Plot the aggregated data