| tmle3_Fit | R Documentation |
A tmle_fit object, containing initial and updated estimates, as well as data about the fitting procedure. TMLE updates are calculated when the object is constructed.
fit_tmle3(...)
... |
Passes all arguments to the constructor. See documentation for the Constructor. |
R6Class object.
Param_base object
fit_tmle3(tmle_task, likelihood, tmle_params, updater, max_it=100, ...)
tmle_taskA tmle3_Task object defining the data and NP-SEM
likelihoodA Likelihood object defining the factorized likelihood
tmle_paramsA list of parameters inheriting from Param_base defining the parameter(s) of interest
updaterA tmle3_Update object defining the update procedure, including submodel and loss function
maxitinteger, maximum number of TMLE iterations
...Not currently used.
set_timings(start_time, task_time, likelihood_time, params_time, fit_time)Provide the timings for the different steps of the TMLE procedure, for later reporting to the user
tmle_task: tmle3_Task to get clever covariate values for.
If NULL, the tmle_task used to train the observed likelihood will be used
estimates(tmle_task = NULL)Get the parameter estimates and influence curve values.
tmle_task: tmle3_Task to get clever covariate values for.
If NULL, the tmle_task used to train the observed likelihood will be used
tmle_taskA tmle3_Task object defining the data and NP-SEM
likelihoodA Likelihood object defining the factorized likelihood
tmle_paramsA list of parameters inheriting from Param_base defining the parameter(s) of interest
tmle_namesA list of parameter names, obtained by calling param$name on each parameter
updaterA tmle3_Update object defining the update procedure, including submodel and loss function
stepsinteger, he number of steps until TMLE converged
EDvector, the mean of the EIF for all the parameters
initial_psivector, the initial parameter estimates
estimateslist, final parameter estimates and ICs
summarydata.table, summary of results
timingsdata.frame, timings for each step (provided by tmle3_Fit$set_timings)
Other Parameters:
Param_ATC,
Param_ATE,
Param_ATT,
Param_MSM,
Param_TSM,
Param_base,
Param_delta,
Param_mean,
Param_stratified,
Param_survival,
define_param()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.