Skip to content

Commit

Permalink
more precise values for 3-level mixed anova
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 3, 2025
1 parent 0885542 commit 151bc92
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions t/glm.t
Original file line number Diff line number Diff line change
Expand Up @@ -519,22 +519,22 @@ $anova_ans_l2_common{"| within ~ between || err $_"} = $anova_ans_l2_common{"| w
my %anova_ans_l3_common = (
'| within | df' => 2,
'| within || err df' => 12,
'| within | ss' => .963,
'| within | ms' => .481,
'| within || err ss' => 20.889,
'| within || err ms' => 1.741,
'| within | F' => .277,
'| within | ss' => .962962,
'| within | ms' => .481481,
'| within || err ss' => 20.888888,
'| within || err ms' => 1.740740,
'| within | F' => .276596,
'| between | df' => 2,
'| between || err df' => 6,
'| between | ss' => 1.185,
'| between | ms' => .593,
'| between || err ss' => 13.111,
'| between || err ms' => 2.185,
'| between | F' => .271,
'| between | ss' => 1.185185,
'| between | ms' => .592592,
'| between || err ss' => 13.111111,
'| between || err ms' => 2.185185,
'| between | F' => .271186,
'| within ~ between | df' => 4,
'| within ~ between | ss' => 4.148,
'| within ~ between | ms' => 1.037,
'| within ~ between | F' => .596,
'| within ~ between | ss' => 4.148148,
'| within ~ between | ms' => 1.037037,
'| within ~ between | F' => .595744,
);
$anova_ans_l3_common{"| within ~ between || err $_"} = $anova_ans_l3_common{"| within || err $_"} foreach qw/df ss ms/;

Expand Down

0 comments on commit 151bc92

Please sign in to comment.