View source: R/summary.netmetareg.R
summary.netmetareg | R Documentation |
Summary method for objects of class netmetareg
to print
list of studies in subnetworks.
## S3 method for class 'netmetareg'
summary(object, ...)
## S3 method for class 'summary.netmetareg'
print(
x,
digits = gs("digits"),
digits.se = gs("digits.se"),
big.mark = gs("big.mark"),
...
)
object |
An object of class |
... |
Additional arguments (ignored). |
x |
An object of class |
digits |
Minimal number of significant digits, see
|
digits.se |
Minimal number of significant digits for standard errors. |
big.mark |
A character used as thousands separator. |
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
netmetareg
## Not run:
data(smokingcessation)
# Add variable with (fictitious) risk of bias values
# with 1 = "low risk" and 2 = "high risk"
#
smokingcessation$rob <- rep(1:2, 12)
pw1 <- pairwise(list(treat1, treat2, treat3),
event = list(event1, event2, event3), n = list(n1, n2, n3),
data = smokingcessation, sm = "OR")
net1 <- netmeta(pw1, common = FALSE, ref = "A")
# Network meta-regression with continuous covariate and assumption of
# independent slopes
nr1 <- netmetareg(net1, rob)
nr1
summary(nr1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.