mainTMLE: Main TMLE Calculations

Usage Arguments

Usage

1
2
mainTMLE(fit, t, Anode, intervention = NULL, alpha = 0.05, B = 100,
  N = 100, MC = 100, maxIter = 50, tol = 10^-3)

Arguments

fit

fit object obtained by initEst.

t

Outcome time point of interest. It must be greater than the intervention node A.

Anode

Intervention node.

intervention

Specify

\item

alphaalpha

\item

BHow many samples to draw from P, as part of the h-density estimation.

\item

NHow many sample to draw from

\item

MCHow many Monte Carlo samples should be generated.

\item

maxIterMaximum number of iterations.

\item

tolLower bound for epsilon. An object of class tstmle01.

psi

Estimate of the target parameter.

var.psi

Variance, based on the influence function.

\item

ICInfluence curve. This function runs the TMLE and computes the estimate.


podTockom/tstmle01 documentation built on May 14, 2019, 2:03 a.m.