An internal function called by the tmleMSM
function to calculate the variance-covariance matrix of the
parameter estimates based on the influence curve of the specified MSM.
calcSigma(hAV, gAVW, Y, Q, mAV, covar.MSM, covar.MSMA0, covar.MSMA1, I.V,
Delta, ub, id, family)
influence-curve based variance-covariance matrix. See Rosenblum&vanderLaan2010 for details.
values used in numerator of weights applied to the estimation procedure
\(P(A=a | V,W,T)*P(Delta=1 | A,V,W,T)\)
continuous or binary outcome variable
estimated \(P(Y | A, V, W, T, Delta=1)\), typically targeted values Q*
are passed in
predicted values for \(EY1\) from the MSM using the targeted estimates for \(psi\)
covariate values used as predictors for the MSM when A=a
covariate values used as predictors for the MSM when A=0
covariate values used as predictors for the MSM when A=1
indicator that observation is in stratum of interest
indicator of missing outcome. 1
- observed, 0
- missing
upper bound on weights
subject identifier
‘gaussian’ for continuous outcomes, ‘binomial’ for binary outcomes
Susan Gruber
tmle
,
estimateQ
,
estimateG
,
tmleMSM