View source: R/analyze-folds.R
This function will be called from tlmixture() on each CV-TMLE split.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | analyze_folds(
splits,
outcome,
exposures,
family,
quantiles_mixtures,
quantiles_exposures,
estimator_outcome,
estimator_propensity,
mixture_fn,
cluster_exposures,
folds_sl = 2L,
verbose = FALSE
)
|
splits |
tbd |
outcome |
name of the outcome variable |
exposures |
tbd |
family |
tbd |
quantiles_mixtures |
tbd |
quantiles_exposures |
tbd |
estimator_outcome |
tbd |
estimator_propensity |
tbd |
mixture_fn |
tbd |
cluster_exposures |
tbd |
folds_sl |
tbd |
verbose |
tbd |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.