marcpabst / ANOVA.jl

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

Prepare 0.2.1 #21

Closed jbrea closed 3 years ago

jbrea commented 4 years ago

I think it would be fine now to just follow this section to publish a new version. Please let me know if I can help.

babaq commented 3 years ago

@marcpabst A new release is indeed needed, since my package depends on ANOVA, and the fix #19 in the master

marcpabst commented 3 years ago

Sorry, I was quite busy recently. Luckily, I have worked a lot with Julia 1.4/1.5 in last few weeks, so I now know how to push a new version to Pkg.

On another note, I think this should get a complete revamp since people actually seem to use it :),.

jbrea commented 3 years ago

On another note, I think this should get a complete revamp since people actually seem to use it :),.

Would be awesome :)

Btw. I would also be very interested in having split-plot anova as a new feature, i.e. something similar to what can be done in R with aov(y ~ r*t*s + Error(i/(t*s)), df)...

marcpabst commented 3 years ago

I will push a new release to the Pkg repo in the next days. After that, it should be discussed, if this package is still appropriate to keep around and if yes, what changes should be made to it.