qtest.dosresmeta {dosresmeta}R Documentation

Cochran Q Test of Heterogeneity for dosresmeta Models

Description

This method function performs a Cochran Q test of (residual) heterogeneity on fitted dose-response meta-analytical models represented in objects of class "doseremeta". It is implemented only for a two-stage approach and will return NULL otherwise.

Usage

## S3 method for class 'dosresmeta'
qtest(object, ...)

## S3 method for class 'qtest.dosresmeta'
print(x, digits = 3, ...)

Arguments

object

objects of classe "dosresmeta".

...

further arguments passed to or from other methods.

x

an object of class "qtest.dosresmeta".

digits

an integer specifying the number of digits to which printed results must be rounded.

Details

In (multivariate) dose-response meta-analytical models, the test assesses the null hypothesis that the variability in the (multivariate) distribution of the outcomes is explained only in terms of estimation error in each study, measured by the within-study (co)variance matrices stored in the component Slist of dosresmeta objects. This is equal to test the hypothesis that the between-study (co)variance matrix is a zero matrix, and there is no random deviation in study-specific estimates.


[Package dosresmeta version 2.0.1 Index]