marcpabst / ANOVA.jl

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

ArgumentError: F test is only valid for nested models #27

Open PharmCat opened 2 years ago

PharmCat commented 2 years ago

I try to do classic bioequivalence testing for crossover design and get this error. Can anova could be done for this? used code:

olscmax  = lm(@formula(log(Cmax) ~ Sequence+Period+Formulation+Subject), df; dropcollinear = true)
Anova(olscmax)
marcpabst commented 2 years ago

Hi! Thanks for opening this issue but unfortunately, this package has not been updated in quite some time and it is unlikely that I will be able to invest a meaningful amount of time anytime soon, sorry. So I suggest you look somewhere else for performing ANOVAS with Julia.