R/adaptest.R
cv_param_est.Rd
Compute data-adaptive parameter estimate for a single cross-validation fold
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