ANOVA Post Hoc Flag Significant
Posted: Mon Nov 04, 2019 1:20 am
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!!!
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!!!