View source: R/summary.limitmeta.R
summary.limitmeta | R Documentation |
Summary method for objects of class limitmeta
.
## S3 method for class 'limitmeta' summary(object, ...)
object |
An object of class |
... |
Additional arguments (ignored). |
This function returns the same list as the function
limitmeta
, however class "summary.limitmeta" is added to
the object in order to print a detailed summary of the limit
meta-analysis object.
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
limitmeta
, funnel.limitmeta
,
print.summary.limitmeta
data(Moore1998) m1 <- metabin(succ.e, nobs.e, succ.c, nobs.c, data = Moore1998, sm = "OR", method = "Inverse") summary(limitmeta(m1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.