| score_fun | R Documentation |
Score for a fitted CATE model
score_fun(fit, y, X, ...)
## S3 method for class 'CATE'
score_fun(fit, y, X, ...)
fit |
A fitted model object. |
y |
Numeric response vector. |
X |
Covariate matrix. |
... |
Additional arguments passed to methods. |
Numeric vector of scores.
score_fun(CATE): Score for a "CATE" object: the residual
\hat{\mathbb{E}}[Y | T, Z] - Y, i.e. predicted value minus y.
score_fun.CATE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.