powered by
Takes an aov object and returns a standard AOV table with eta squared computed
neweta(MyAOV)
a valid aov object such as those produced by aov(dv~iv1*iv2)
aov(dv~iv1*iv2)
Returns a tibble containing the AOV output similar to summary(aov(MyAOV)) but with eta squared computed and appended as an additional column
summary(aov(MyAOV))
There are three ways to compute eta squared this function only uses Type II
**This function is deprecated as of version 0.5** please consider using eta_sq instead
eta_sq
neweta function is a shortened and simplified verion of Dani Navarro's etaSquared
etaSquared
Plot2WayANOVA
# NOT RUN { neweta(aov(mpg~am*cyl, mtcars)) # }
Run the code above in your browser using DataLab