Dear all, I am trying to look for a built in function that performs the cochran Q test. that is, cochranq.test(X) where X is a contingency table (maybe a matrix or data.frame). The output will naturally be the test statisitcs, p-value, etc.
A quick search on Google gives me the cochran.test in the 'outlier' package, but I had a look at the description of the test and it doesn't look anything close to the cochran Q test. MY questions is: 1. Is that cochran.test the cochran Q test I am looking for? 2. If not, where can I find such function? I DON'T want to write my own function. Thanks -- KC ^_^ [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.