%XOR% {nmarank} | R Documentation |
Combine selections with XOR
Description
Combine selections with XOR
Usage
cond1 %XOR% cond2
Arguments
cond1 |
First |
cond2 |
Second |
Value
Object of class 'data.tree'.
See Also
Examples
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 %XOR% B, nsim = 3000)
[Package nmarank version 0.3-0 Index]