summary | R Documentation |
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.
## S3 method for class 'metaplus'
summary(object, ...)
object |
metaplus object to summarise. |
... |
Additional parameters to summary. |
results |
Matrix containing parameter estimates, confidence intervals and p values |
fitstats |
List containing logLikelihood, AIC and BIC |
Ken Beath <ken@kjbeath.id.au>
data(mag)
mag1 <- metaplus(yi, sei, plotci = TRUE, slab = study, cores = 1, data = mag)
summary(mag1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.