Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConflicting results in anova_test() for formula and argument input for two-way and higher order designs #40
Comments
Changing R default contrast setting into orthogonal contrasts #40
|
fixed now, thank you for pointing this out |
When conducting a between-subjects ANOVA with two or more factors using anova_test(), the results depend on how the model was defined (as formula vs. as function arguments). As checked with JASP and SPSS, the results are only correct, if the model is defined via function arguments. The formula call gives wrong results.
Created on 2020-05-05 by the reprex package (v0.3.0)