intercept_IF_model | R Documentation |
S3 class for predictive models with an intercept only and influence function information
intercept_IF_model(value, IF)
value |
the predicted mean value |
IF |
named vector of influence function in one time window evaluated at each observation. The name corresponds to each observation's id. Used to calculate standard error and confidence interval for SDR estimator of a scalar estimand (rather than a function). |
an "intercept_IF_model
" object, essentially a list with element value
and IF
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.