current rate_score() returns point estimates only. Yadlowsky et al. (2021) derive a functional CLT enabling exact Gaussian inference via half-sample bootstrap, which is also implemented in the grf R package via rank_average_treatment_effect()
proposed extension is to add a return_ci=True parameter to rate_score()...
rate_score(df, weighting="autoc", return_ci=True, n_bootstrap=200)
which would return the RATE estimate along with standard errors and p-values.
related to #887
current
rate_score()returns point estimates only. Yadlowsky et al. (2021) derive a functional CLT enabling exact Gaussian inference via half-sample bootstrap, which is also implemented in the grf R package viarank_average_treatment_effect()proposed extension is to add a
return_ci=Trueparameter torate_score()...which would return the RATE estimate along with standard errors and p-values.
related to #887