Skip to contents

Computes \(1 - H(epn \times y)\), where H is a user-supplied function.

Usage

FdG.f(epn, y, H)

Arguments

epn

Numeric value, typically \(\exp(Z \beta)\) or similar.

y

Numeric scalar or vector.

H

A function that takes one argument (numeric) and returns a numeric value.

Value

A numeric value, \(1 - H(epn \times y)\).