This is a generic function to perform a Cochran Q test of (residual) heterogeneity. The function invokes particular methods
which depend on the class
of the first argument.
qtest(object, …)
an object for which the test is desired
further arguments passed to specific methods.
Returned values depend on the specific class. Usually, the results of the test.
A specific method function qtest.mvmeta
has been provided for objects of class "mvmeta"
.
See qtest.mvmeta
for the specific method function applied to objects of class "mvmeta"
.