knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

ltmle()

ltmle(data, Anodes, Cnodes = NULL, Lnodes = NULL, Ynodes,
  survivalOutcome = NULL, Qform = NULL, gform = NULL, abar,
  rule = NULL, gbounds = c(0.01, 1), Yrange = NULL,
  deterministic.g.function = NULL, stratify = FALSE,
  SL.library = "glm", SL.cvControl = list(), estimate.time = TRUE,
  gcomp = FALSE, iptw.only = FALSE, deterministic.Q.function = NULL,
  variance.method = "tmle", observation.weights = NULL, id = NULL)

ltmleMSM()

ltmleMSM(data, Anodes, Cnodes = NULL, Lnodes = NULL, Ynodes,
  survivalOutcome = NULL, Qform = NULL, gform = NULL,
  gbounds = c(0.01, 1), Yrange = NULL,
  deterministic.g.function = NULL, SL.library = "glm",
  SL.cvControl = list(), regimes, working.msm, summary.measures,
  final.Ynodes = NULL, stratify = FALSE, msm.weights = "empirical",
  estimate.time = TRUE, gcomp = FALSE, iptw.only = FALSE,
  deterministic.Q.function = NULL, variance.method = "tmle",
  observation.weights = NULL, id = NULL)


joshuaschwab/ltmle documentation built on April 20, 2023, 12:05 p.m.