ANOVA Post Hoc Flag Significant

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
calapan
Posts: 2
Joined: Mon Nov 04, 2019 1:09 am

ANOVA Post Hoc Flag Significant

Post 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!!!
Attachments
Annotation 2019-11-03 201801.png
Annotation 2019-11-03 201801.png (26.17 KiB) Viewed 1757 times
User avatar
jonathon
Posts: 2620
Joined: Fri Jan 27, 2017 10:04 am

Re: ANOVA Post Hoc Flag Significant

Post by jonathon »

yup, known issue, fix should be in the next version:

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

thanks

jonathon
calapan
Posts: 2
Joined: Mon Nov 04, 2019 1:09 am

Re: ANOVA Post Hoc Flag Significant

Post by calapan »

Thank you!!
Post Reply