Skip to content

Commit

Permalink
fixed ANOVA test
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Jul 22, 2022
1 parent a229016 commit f0ff08e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/var_equality.jl
Expand Up @@ -31,7 +31,8 @@ using DelimitedFiles
t = OneWayANOVATest(groups...)
@test nobs(t) == [7, 8, 8, 6]
@test dof(t) == (3,25)
@test pvalue(t) 0.072 atol=1e-3
@test pvalue(t) 0.07276 atol=1e-6
@test HypothesisTests.teststatistic(t) 2.62311 atol=1e-6
@test occursin("reject h_0", sprint(show, t))

# http://www.real-statistics.com/one-way-analysis-of-variance-anova/homogeneity-variances/levenes-test/
Expand Down

0 comments on commit f0ff08e

Please sign in to comment.