vimp_se | R Documentation |
Compute standard error estimates for estimates of variable importance.
vimp_se(
eif_full,
eif_reduced,
cross_fit = TRUE,
sample_split = TRUE,
na.rm = FALSE
)
eif_full |
the estimated efficient influence function (EIF) based on the full set of covariates. |
eif_reduced |
the estimated EIF based on the reduced set of covariates. |
cross_fit |
logical; was cross-fitting used to compute the EIFs?
(defaults to |
sample_split |
logical; was sample-splitting used? (defaults to |
na.rm |
logical; should NA's be removed in computation?
(defaults to |
See the paper by Williamson, Gilbert, Simon, and Carone for more details on the mathematics behind this function and the definition of the parameter of interest.
The standard error for the estimated variable importance for the given group of left-out covariates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.