Last data update: 2014.03.03

R: 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

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

cdp1 <- metaplus(yi,sei,plotci=TRUE,slab=study,data=cdp)
summary(cdp1)

Results