Description Usage Arguments Value See Also Examples
Combine selections with AND
1 | cond1 %AND% cond2
|
cond1 |
First |
cond2 |
Second |
Object of class 'data.tree'.
1 2 3 4 5 6 7 8 9 | data("Woods2010", package = "netmeta")
p1 <- pairwise(treatment, event = r, n = N, studlab = author,
data = Woods2010, sm = "OR")
net1 <- netmeta(p1, small.values = "good")
A <- condition("retainOrder", c("Placebo", "Salmeterol", "SFC"))
B <- condition("betterEqual", "Fluticasone", 2)
nmarank(net1, A %AND% B, nsim=5000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.