Search found 4 matches

by Andrzej_Andrew
Fri Jul 04, 2025 1:14 pm
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 7
Views: 6848

Re: Chi square post hoc tests and correction for multiple testing

Much obliged, thank you @Maurizio,

best wishes,
Andrzej
by Andrzej_Andrew
Wed Jul 02, 2025 6:58 pm
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 7
Views: 6848

Re: Chi square post hoc tests and correction for multiple testing

Thank you Both very much Maurizio/@MAgojam and @reason180. # Data setup library(tidyverse) residuals <- data.frame( Ethnicity = c("Malay", "Chinese", "Indian"), A = c(-1.0612, -2.0538, 2.9438), B = c(-0.47996, 0.047839, 0.40734), C = c(1.233, 1.8845, -2.9457) ) # p-valu...
by Andrzej_Andrew
Tue Jul 01, 2025 2:06 pm
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 7
Views: 6848

Re: Chi square post hoc tests and correction for multiple testing

Thank you very much indeed Maurizio for your kind help. Just to clarify things a little bit. I have watched this: https://www.youtube.com/watch?v=GnThiGZ-g5U and the tutor is using adjusted residuals and simple Bonferroni correction. This is why I asked my question. So is it OK to do it in a way lik...
by Andrzej_Andrew
Mon Jun 30, 2025 12:09 pm
Forum: Statistics
Topic: Chi square post hoc tests and correction for multiple testing
Replies: 7
Views: 6848

Chi square post hoc tests and correction for multiple testing

Hi, I did not find a possibility to check Bonferroni or Holm correction for multiple comparisons ? How does it work here in Jamovi and how to spot the differences between groups in output chi squre test result windows, in other words, how to find what is compared with what and where do statistical d...