Releases: BioTurboNick/SimpleANOVA.jl
Releases · BioTurboNick/SimpleANOVA.jl
v0.8.2
v0.8.1
Fixes for DataFrames/Vector inputs and compatibility with CategoricalArrays.
v0.8.0 - Generalized omega square for all designs
Update README.md
v0.6.0 - Contrasts
Added linear contrasts to allow planned comparisons between factor levels after an ANOVA. Uncertain if I've done factorial or nested correctly.
v0.5.2 - Fixed vector input for Levene's
Update Project.toml
v0.5.1 - Refined and streamlined
Refactored the code to be simpler, require fewer allocations.
v0.5.0 - ω² effect size
Adds ω² effect size calculations.
Verified correct for 2-way fixed/random/mixed ANOVA.
Calculations inferred from 2-way for nested and mixed 3-way ANOVA. May be wrong!
v0.4.0 - Levene's test
Added Levene's test for homogeneity of variance.
Usage: levene(observations)
v0.3.0
Added plot()
to create a pairwise plot of factor level means to assist in the evaluation of the results.
v0.2.0
Added functions to accept input as vectors or DataFrame.