opposite {nmarank} | R Documentation |
The NOT function for a selection statement It simply reverses condition
Description
The NOT function for a selection statement It simply reverses condition
Usage
opposite(cond)
Arguments
cond |
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"))
nmarank(net1, opposite(A), text.condition = "NOT order P-S-S", nsim = 5000)
[Package nmarank version 0.3-0 Index]