It says here that one can get one or the other or both. I have been able to get each one separately but not both together even when I set effect.size = c("ges", "pes")
. Instead, I only get "pes". I have the same problem when I use my own data and when I use the hangover
dataset from the {WRS2}
package. For the hangover data, my code is:
anova_test(data = hangover, dv = symptoms, wid = id, between = group, within = time, effect.size = c("ges", "pes"))
I would be very grateful for your help!