aipw_prob: Compute AIPW of survival probability

View source: R/funs_prob.R

aipw_probR Documentation

Compute AIPW of survival probability

Description

Compute AIPW of survival probability

Usage

aipw_prob(data, tau)

Arguments

data

A long form data frame (e.g., the output of transformData*())

tau

A time of interest

Value

survival probability estimate for each treatment arm with influence function based standard error for the difference

Examples

# See example of tmle() for the creation of dlong
aipw_prob(dlong, tau)

idiazst/survtmlerct documentation built on Aug. 28, 2023, 10:13 a.m.