Much prep(rocessing)

How many games

## # A tibble: 1 x 3
## # Groups:   numPlayers [1]
##   numPlayers complete partial
##        <dbl>    <int>   <int>
## 1          6       13       4

How long full games took

## # A tibble: 1 x 7
##   numPlayers games min_time `25th_time` median_time `75th_time` max_time
##        <dbl> <int>    <dbl>       <dbl>       <dbl>       <dbl>    <dbl>
## 1          6    13       40          62          65          81       87

Many graphs

Here we compare: - 6 player rotate (study 1) - 6 player no-rotate (study 2a) - 6 player rotate, high feedback (study 2b) - 2 player rotate (study 1) as a baseline

Everything here has bootstrapped 95% CIs.

Should find better curves to fit, but using quadratic to allow for some curvature.