summary_from_estimates: Summarize Estimates

View source: R/utils.R

summary_from_estimatesR Documentation

Summarize Estimates

Description

Generates a data.table summarizing results with inference

Usage

summary_from_estimates(
  task,
  estimates,
  param_types = NULL,
  param_names = NULL,
  init_psi = NULL,
  simultaneous_ci = FALSE
)

Arguments

task

tmle3_Task containing the observed data of interest; the same as that passed to ..

estimates

list, TMLE estimates of parameter and ICs from tmle3_Fit$estimates

param_types

the types of the parameters being estimated

param_names

the names of the parameters being estimated

init_psi

the names of the parameters being estimated

simultaneous_ci

if TRUE, calculate simulatenous confidence intervals

Value

data.table summarizing results


jeremyrcoyle/tmle3 documentation built on May 20, 2022, 7:36 a.m.