Daniel Lakens
Daniel Lakens
Anova_exact returns the SPSS cohen's f, not g*powers, but does not clearly label this. Add better explanation of all output.
Effect size and power is not too coarse (2 digits) - especially for effect size should be 3 digits at least.
Code needs to be switched around (now the df is created too early). Would allow us to plot the data (datapoints) in addition to means.
Not a major issue and probably easy enough to resolve. But a limitation we might want to fix one day.
Should we rename some variables used in the functions? We now use df, r, and these seem to be better changed?
Calculate less biased effect sizes: result.anova SSb
like explained here http://disjointedthinking.jeffhughes.ca/2017/09/power-simulations-r/
After the HLMdiag package has updated to version 0.30, the qqplot function has stopped working. For now, please install the older version of the package (0.25). I'll post an update...