Averages the CATE predictions of a fitted meta-learner over the rows of
newdata:
$$\widehat{ATE} = \frac{1}{n} \sum_i \hat\tau(x^{(i)})$$
ate(object, ...)
# S3 method for class 'cate_learner'
ate(object, newdata, ...)A fitted CATE model, e.g. from s_learner().
Passed on to methods.
A data.frame containing at least the covariate columns.
A single numeric value.