Page 1 of 1

ANOVA Post Hoc Flag Significant

Posted: Mon Nov 04, 2019 1:20 am
by calapan
Hi There,
I'm a new user and I am trying to use the "Flag Significant" option for the one way ANOVA post hoc, but it seems like it is only flagging some significant values, but not all. Anyone else have this issue?

I did this with the clinicaltrial data from Learning Statistics with Jamovi data library file.

jmv::anovaOneW(
formula = mood.gain ~ drug,
data = data,
descPlot = TRUE,
phMethod = "tukey",
phTest = TRUE,
phFlag = TRUE)

It only flags one comparison but 2 are p < .01

Any help is appreciated!!!

Re: ANOVA Post Hoc Flag Significant

Posted: Mon Nov 04, 2019 1:22 am
by jonathon
yup, known issue, fix should be in the next version:

https://github.com/jamovi/jamovi/issues/761

thanks

jonathon

Re: ANOVA Post Hoc Flag Significant

Posted: Mon Nov 04, 2019 1:42 am
by calapan
Thank you!!