jlfmssm schrieb:
Does anyone know which package include the computation of Cochran?s Q
statistic in R?
jlfmssm
[[alternative HTML version deleted]]
I might be wrong but the packages rmeta and meta report a Q-statistic.
For an example, see
library(meta)
meta1
metagen(meta1$TE, meta1$seTE, sm="RR")
Bernd
______________________________________________
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.