qfunc: The q_delta(tau) function.

Description Usage Arguments Value Examples

Description

Returns the q-function.

Usage

1
  qfunc(y, d, x)

Arguments

y

study responses.

d

heteroscedasticity.

x

design matrix.

Value

A vector valued function.

Examples

1
2
3
4
5
bcg   <- bcgVaccineData()
bcg_y <- bcg$logrisk
bcg_d <- bcg$sdiv
bcg_x <- cbind(1,bcg$x)
qfunc(y=bcg_y, d=bcg_d, x=bcg_x)

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

Related to qfunc in metagen...