joinPivotalHeterogeneity: Pivotal distributions: Extract pivots for heterogeneity

Description Usage Arguments Examples

Description

Pivotal distributions: Extract pivots for heterogeneity

Usage

1

Arguments

p0

pivotal stream without adjustment.

p1

pivatal stream with adjustment.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
bcg   <- bcgVaccineData()
bcg_y <- bcg$logrisk
bcg_d <- bcg$sdiv
bcg_s <- bcg$size
bcg_x <- cbind(1,bcg$x)

set.seed(865287113)
pivUn <- pivotalStream(50, y=bcg_y, d=bcg_d, x=bcg_x,
  adjusted=FALSE)
set.seed(865287113)
pivAd <- pivotalStream(50, y=bcg_y, d=bcg_d, x=bcg_x, s=bcg_s,
  adjusted=TRUE)

pivh <- joinPivotalHeterogeneity(pivUn, pivAd)

metagen documentation built on May 2, 2019, 6:08 a.m.