I need to convert partial eta squared (“pes”) to Cohen’s d.
Hence, I’d like to verify the formula I’ve used below, where “n.total” represents the total number of participants (both experimental and control).
The samples are independent.
cohen.d <- sqrt((n.total-1)/n.total*pes/(1-pes))