View source: R/ICA_ContCont_copula.R
estimate_ICA_ContCont | R Documentation |
estimate_ICA_ContCont()
estimates the individual causal association (ICA) for
a sample of individual causal treatment effects with a continuous surrogate and
true endpoint. The ICA in this setting is defined as the squared informational
coefficient of correlation, which is a transformation of the mutual information.
The mutual information is estimated with fnn::mutinfo()
.
estimate_ICA_ContCont(delta_S, delta_T)
delta_S |
(numeric) Vector of individual causal treatment effects on the surrogate. |
delta_T |
(numeric) Vector of individual causal treatment effects on the true endpoint. |
(numeric) Estimated ICA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.