marcpabst / ANOVA.jl

Provides a Simple Way to Calculate ANOVAs From Fitted Linear Models.
Other
21 stars 9 forks source link

Type III with interactions across software #11

Closed Nosferican closed 4 years ago

Nosferican commented 5 years ago

I am in need of the type III ANOVA à la SAS for GLM and MixedModels (with support for rank deficient). A similar tool is the car::Anova(::lmerMod, type = 3) function in R. I am not an expert in ANOVA since I tend to use the standard Wald test routine, but for some software I am developing it is standard to report that ANOVA test. I am willing to implement these given some guidance on the procedure. I can start with a PR to handle the rank deficient LinearModel. Given some guidance, I can also extend the functionality to the LinearMixedModel.

Nosferican commented 4 years ago

Closed in favor of #22.