View source: R/compute_meta_mix_results.R
meta_mix_results | R Documentation |
For each fold, estimates the ATE for a fold specific mixture rule. Also estimates a meta-analysis type average ATE and pooled variance. Creates a union rule that covers all the folds in the rules.
meta_mix_results(v_fold_mixture_results, mix_comps, n_folds, data)
v_fold_mixture_results |
List of dataframes for v-fold specific estimates of the fold-specific rule results |
mix_comps |
Vector of characters indicating the mixture components |
n_folds |
Number of folds used in cross-validation |
data |
Input dataframe on which to evaluate the rules |
v_fold_mixture_w_pooled: A list grouped by the variable sets included in the rule with the pooled results added to the final row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.