grapes-XOR-grapes: Combine selections with XOR

Description Usage Arguments Value See Also Examples

Description

Combine selections with XOR

Usage

1
cond1 %XOR% cond2

Arguments

cond1

First condition.

cond2

Second condition.

Value

Object of class 'data.tree'.

See Also

condition, nmarank

Examples

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 %XOR% B, nsim=3000)

esm-ispm-unibe-ch/nmarank documentation built on Jan. 16, 2022, 6 a.m.