50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

Surrogate (version 3.3.3)

estimate_ICA_BinCont: Estimate ICA in Binary-Continuous Setting

Description

estimate_ICA_BinCont() estimates the individual causal association (ICA) for a sample of individual causal treatment effects with a continuous surrogate and a binary true endpoint. The ICA in this setting is defined as follows, RH2=I(ΔS;ΔT)H(ΔT) where I(ΔS;ΔT) is the mutual information and H(ΔT) the entropy.

Usage

estimate_ICA_BinCont(delta_S, delta_T)

Value

(numeric) Estimated ICA

Arguments

delta_S

(numeric) Vector of individual causal treatment effects on the surrogate.

delta_T

(integer) Vector of individual causal treatment effects on the true endpoint. Should take on one of the following values: -1L, 0L, or 1L.