survtmle_single_t: Iterative TMLE for survival curve at specific time point

Description Usage Arguments

View source: R/2_survtmle.R

Description

Iterative TMLE for survival curve at specific time point

Usage

1
2
3
4
survtmle_single_t(dat, tk, dW = rep(1, nrow(dat)), T.cutoff = NULL,
  SL.ftime = c("SL.glm", "SL.mean", "SL.step", "SL.earth"),
  SL.ctime = c("SL.glm", "SL.mean"), SL.trt = c("SL.glm", "SL.mean",
  "SL.step", "SL.earth"))

Arguments

dat

data.frame with columns T, A, C, W. All columns with character "W" will be treated as baseline covariates.

tk

time point to compute survival probability

SL.trt

wilsoncai1992/onestep.survival documentation built on May 29, 2019, 11:58 a.m.