summary: Summary of a metaplus object.

summaryR Documentation

Summary of a metaplus object.

Description

Summarises the meta-analysis, giving the parameter estimates and goodness of fit statistics. For the robust methods this includes the values of the parameters relating to robustness. In the summary the 95% confidence intervals are calculated using the profile likelihood method. To produce corresponding p-values these are obtained from the likelihood ratio test statistic.

Usage

## S3 method for class 'metaplus'
summary(object, ...)

Arguments

object

metaplus object to summarise.

...

Additional parameters to summary.

Value

results

Matrix containing parameter estimates, confidence intervals and p values

fitstats

List containing logLikelihood, AIC and BIC

Author(s)

Ken Beath <ken.beath@mq.edu.au>

Examples

data(mag)
mag1 <- metaplus(yi, sei, plotci = TRUE, slab = study, cores = 1, data = mag)
summary(mag1)

metaplus documentation built on May 13, 2022, 9:07 a.m.