Compute TMLE on the variance of CATE (binary Y)
Compute TMLE on the variance of CATE (binary Y)
inherit the initial fit routine from ate
TMLEbootstrap::ateTMLE -> blipVarianceTMLE
initial_fit()blipVarianceTMLE$initial_fit(family_y = "binomial", ...)
target()use the logistic submodel to target blip variance; output Psi, EIC, CI
blipVarianceTMLE$target()
NULL
compute_EIC()Compute EIC of blip variance
blipVarianceTMLE$compute_EIC(Y, A, Q1k, Q0k, Qk, gk, psi)
Ycontinuous target variable
Abinary treatment
Q1kE(Y|A=1,W)
Q0kE(Y|A=0,W)
QkE(Y|A=a,W)
gkE(A=a|W)
psivar(E(Y|A=1,W) - E(Y|A=0,W))
EIC vector
inference_without_target()blipVarianceTMLE$inference_without_target()
compute_min_phi_ratio()blipVarianceTMLE$compute_min_phi_ratio()
clone()The objects of this class are cloneable with this method.
blipVarianceTMLE$clone(deep = FALSE)
deepWhether to make a deep clone.