Learn R Programming

metaplus (version 1.0-5)

summary: 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 metaplus
summary(object, ...)

Value

results

Matrix containing parameter estimates, confidence intervals and p values

fitstats

List containing logLikelihood, AIC and BIC

Arguments

object

metaplus object to summarise.

...

Additional parameters to summary.

Author

Ken Beath <ken@kjbeath.id.au>

Examples

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

Run the code above in your browser using DataLab