estimate_tmle: Get TMLE estimate: E[Y | A = 1, W].

View source: R/estimate_tmle.R

estimate_tmleR Documentation

Get TMLE estimate: E[Y | A = 1, W].

Description

Get TMLE estimate: E[Y | A = 1, W].

Usage

estimate_tmle(Y, A, W, family, delta = NULL, Q.lib, g.lib, verbose = F)

Arguments

Y

Outcome variable

A

Treatment indicator

W

Dataframe of adjustment covariates

family

Binomial or gaussian

delta

Indicator of missing outcome or treatment assignment. 1 - observed, 0 - missing.

Q.lib

SuperLearner library for estimating Q (potential outcome)

g.lib

SuperLearner library for estimating g (propensity score)

verbose

If true output extra information during execution.


ck37/varImpact documentation built on June 26, 2022, 4:02 a.m.