Dear R users,
In metafor 1.6-0, the Mantel-Haenszel method is implemented by the rma.mh()
function. I have observed that the sum of the weights computed by weights(x)
doesn't add to 100% when x is an object of class rma.mh. The consequences of
this fact can be clearly seen when a forest diagram is drawn with forest(x),
which calls weights(x) (or more precisely, the method weights.rma.mh() defined
in the package).
Is this, as I suppose, a bug?
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.