Search found 4 matches

by ClaireCups
Tue Mar 28, 2023 7:14 am
Forum: Help
Topic: Two-way ANOVA - Post-Hoc Test
Replies: 3
Views: 1683

Re: Two-way ANOVA - Post-Hoc Test

It's not clear to me what you mean by "two double columns." Hi reason180, If my independent variables are "A" and "B", four columns appear in my post-hoc table: A | B - A | B I think those columns refer to the differences between the two grouping variables and their in...
by ClaireCups
Mon Mar 27, 2023 6:54 pm
Forum: Help
Topic: Two-way ANOVA - Post-Hoc Test
Replies: 3
Views: 1683

Two-way ANOVA - Post-Hoc Test

Hi everyone, I have a question about interpreting the post-hoc test of the two-way ANOVA in Jamovi. In my study, one of the two independent variables is statistically significant, and also, the interaction between the two independent variables is significant. I don't understand why in Jamovi, two do...
by ClaireCups
Wed Mar 15, 2023 9:26 am
Forum: Help
Topic: Formula is mis-specified
Replies: 2
Views: 1470

Re: Formula is mis-specified

Thank you so much, @MAgojam , it worked!! 😄

Cheers and thanks again,
Claire
by ClaireCups
Tue Mar 14, 2023 7:47 pm
Forum: Help
Topic: Formula is mis-specified
Replies: 2
Views: 1470

Formula is mis-specified

Hi everyone :blush: , when I try to compute a new variable called "low Vit D-low iron" using this formula: if(VitD_recoded==0 & iron_recoded==0, 1, 0), Jamovi says "the formula is mis-specified". Do you know how can I let this formula work? I have already tried these other op...