Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 13, 2024
1 parent a09b7ee commit 29e1b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/emmeans.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ bonferroni(pvals) = adjust(PValues(pvals), Bonferroni())
# with InlineStrings that fails if our type restriction is too tight
growthdata2 = transform(growthdata, :sex => reverse => :sex2)
nonsense_model = lm(@formula(weight ~ 1 + sex * sex2), growthdata2)
emp = empairs(m)
emp = empairs(nonsense_model)
# 3! x 3! combinations
@test nrow(emp) == 36
end
Expand Down

0 comments on commit 29e1b9b

Please sign in to comment.