estimate_mutual_information_SurvSurv()
estimates the mutual information for
a sample of individual causal treatment effects with a time-to-event
surrogate and a time-to-event true endpoint. The mutual information is
estimated by first estimating the bivariate density and then computing the
mutual information for the estimated density.
estimate_mutual_information_SurvSurv(delta_S, delta_T, minfo_prec)
(numeric) estimated mutual information.
(numeric) Vector of individual causal treatment effects on the surrogate.
(numeric) Vector of individual causal treatment effects on the true endpoint.
Number of quasi Monte-Carlo samples for the numerical
integration to obtain the mutual information. If this value is 0 (default),
the mutual information is not computed and NA
is returned for the mutual
information and derived quantities.