Learn R Programming

mvmeta (version 0.4.7)

qtest: Cochran Q Test of Heterogeneity

Description

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.

Usage

qtest(object, ...)

Arguments

object
an object for which the test is desired
...
further arguments passed to specific methods.

Value

Returned values depend on the specific class. Usually, the results of the test.

Details

A specific method function qtest.mvmeta has been provided for objects of class "mvmeta".

See Also

See qtest.mvmeta for the specific method function applied to objects of class "mvmeta".