analyze_folds: This function will be called from tlmixture() on each CV-TMLE...

Description Usage Arguments

View source: R/analyze-folds.R

Description

This function will be called from tlmixture() on each CV-TMLE split.

Usage

 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
)

Arguments

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


ck37/tlmixture documentation built on Dec. 19, 2021, 5:13 p.m.