summary {metaplus} | R 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@kjbeath.id.au>
Examples
data(mag)
mag1 <- metaplus(yi, sei, plotci = TRUE, slab = study, cores = 1, data = mag)
summary(mag1)
[Package metaplus version 1.0-5 Index]