Description Usage Arguments Value
Compute data-adaptive parameter estimate for a single cross-validation fold
1 2 | cv_param_est(fold, data, parameter_wrapper, absolute, negative, n_top,
learning_library, Y_name, A_name, W_name)
|
fold |
fold output from |
data |
entire training data |
parameter_wrapper |
user-defined function |
absolute |
boolean: |
negative |
boolean: |
n_top |
integer value for the number of candidate covariates to generate using the data-adaptive estimation algorithm |
learning_library |
character of |
Y_name |
(character) |
A_name |
(character) |
W_name |
(character) |
data_adaptive_index
(integer vector) rank for each gene
index_grid
(integer matrix) gene index from rank 1 to rank K
psi_est
estimand of DE for rank 1 to rank K genes
EIC_est
estimand of EIC for rank 1 to rank K genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.