View source: R/netgraph.netcomb.R
netgraph.netcomb | R Documentation |
This function generates a graph of the evidence network.
## S3 method for class 'netcomb'
netgraph(x, ...)
x |
An object of class |
... |
Additional arguments passed on to
|
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de, Gerta Rücker gerta.ruecker@uniklinik-freiburg.de
netcomb
, netgraph.netmeta
data(Linde2016)
# Only consider studies including Face-to-face PST (to reduce
# runtime of example)
#
face <- subset(Linde2016, id %in% c(16, 24, 49, 118))
# Conduct random effects network meta-analysis
#
net1 <- netmeta(lnOR, selnOR, treat1, treat2, id,
data = face, ref = "placebo", sm = "OR", common = FALSE)
# Additive model for treatment components (with placebo as inactive
# treatment)
#
nc1 <- netcomb(net1, inactive = "placebo")
netgraph(nc1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.