Hi All,
I'm working on Gaze in Turns in conversation. The kind of data is illustrated here:
    df <- data.frame(
      Gaze_dur = c(25,35,75,55,
                   150,120,170,190),
      N_p = c(3,3,3,3,
              2,2,2,2),
      Turn_dur = c(100,120,150,110,
                   200,230,210,250)
    )
I know that Turns in Dyads (2 ppl talking) are on average longer than Turns in Triads (3 ppl talking). I also know that Gaze durations are longer in Dyads than in Triads: