Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


metagen (version 1.0)

qfunc: The q_delta(tau) function.

Description

Returns the q-function.

Usage

qfunc(y, d, x)

Arguments

y
study responses.
d
heteroscedasticity.
x
design matrix.

Value

A vector valued function.

Examples

Run this code
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)

Run the code above in your browser using DataLab