Is there a Pair-Wise PostHoc Comparisons for the Chi-Square Test in R?
Posted
by Tal Galili
on Stack Overflow
See other posts from Stack Overflow
or by Tal Galili
Published on 2010-03-17T18:05:28Z
Indexed on
2010/03/20
15:21 UTC
Read the original article
Hit count: 457
Hi all,
I am wondering if there exists in R a package/function to perform the: "Post Hoc Pair-Wise Comparisons for the Chi-Square Test of Homogeneity of Proportions" (or an equivalent of it) Which is described here: http://epm.sagepub.com/cgi/content/abstract/53/4/951
My situation is of just making a chi test, on a 2 by X matrix. I found a difference, but I want to know which of the columns is "responsible" for the difference.
Thanks, Tal
© Stack Overflow or respective owner