View source: R/ICA_BinCont_copula.R
estimate_ICA_BinCont | R Documentation |
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,
R^2_H = \frac{I(\Delta S; \Delta T)}{H(\Delta T)}
where
I(\Delta S; \Delta T)
is the mutual information and H(\Delta T)
the entropy.
estimate_ICA_BinCont(delta_S, delta_T)
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: |
(numeric) Estimated ICA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.