View source: R/selector_plateau.R
IPW Estimator Selector Using Lepski's Plateau Method for the MSE
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | plateau_selector(
W,
A,
Y,
delta = 0,
gn_pred_natural,
gn_pred_shifted,
gn_fit_haldensify,
Qn_pred_natural,
Qn_pred_shifted,
cv_folds = 10L,
gcv_mult = 50L,
bootstrap = FALSE,
n_boot = 1000L,
...
)
|
W |
A |
A |
A |
Y |
A |
delta |
A |
gn_pred_natural |
A |
gn_pred_shifted |
A |
gn_fit_haldensify |
An object of class |
Qn_pred_natural |
A |
Qn_pred_shifted |
A |
cv_folds |
A |
gcv_mult |
TODO |
bootstrap |
A |
n_boot |
A |
... |
Additional arguments for model fitting to be passed directly to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.