powered by
Partial Omega Squared.
omega_sq(x, partial = TRUE)
aov object.
Return partial omega squared.
output
http://stats.stackexchange.com/a/126520
# NOT RUN { library(psycho) df <- psycho::affective x <- aov(df$Tolerating ~ df$Salary) x <- aov(df$Tolerating ~ df$Salary * df$Sex) omega_sq(x) # }
Run the code above in your browser using DataLab