Re: [R] Cochran’s Q statistic

2009-06-04 Thread David Winsemius
http://finzi.psych.upenn.edu/R/Rhelp02/archive/85027.html http://finzi.psych.upenn.edu/R/Rhelp02/archive/85025.html Agresti's description of Cochran's Q (p 252) in "Introduction to Categorical Analysis" suggests that Cochran's Q is a particular application the generalized CMH test. You can

Re: [R] Cochran’s Q statistic

2009-06-04 Thread Marc Schwartz
On Jun 4, 2009, at 7:48 AM, jlfmssm wrote: Does anyone know which package include the computation of Cochran’s Q statistic in R? jlfmssm See this thread: https://stat.ethz.ch/pipermail/r-help/2006-September/113139.html HTH, Marc Schwartz __ R-

Re: [R] Cochran’s Q statistic

2009-06-04 Thread Allan Engelhardt
jlfmssm wrote: Does anyone know which package include the computation of Cochran’s Q statistic in R? install.packages("outliers") __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide htt