meta_mix_results: Compute v-fold specific estimates and do a meta-analysis type...

View source: R/compute_meta_mix_results.R

meta_mix_resultsR Documentation

Compute v-fold specific estimates and do a meta-analysis type pooled average ATE for mixture rules.

Description

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.

Usage

meta_mix_results(v_fold_mixture_results, mix_comps, n_folds, data)

Arguments

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

Value

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.


blind-contours/CVtreeMLE documentation built on June 22, 2024, 8:53 p.m.