Create a data frame from an object of class netmeta
The as.data.frame
method returns a data frame containing
information on individual studies, e.g., estimated treatment effect
and its standard error.
## S3 method for class 'netmeta' as.data.frame(x, row.names = NULL, optional = FALSE, details = FALSE, ...)
x |
An object of class |
row.names |
|
optional |
A logical. If |
details |
A logical. If |
... |
Additional arguments. |
A data frame is returned by the function
as.data.frame
.
Guido Schwarzer sc@imbi.uni-freiburg.de
data(Senn2013) # Conduct network meta-analysis # net1 <- netmeta(TE, seTE, treat1, treat2, studlab, data = Senn2013, sm = "MD") as.data.frame(net1) as.data.frame(net1, details = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.