ee: run ee based on initial fit

Description Format Value Methods Public fields Active bindings Methods Examples

Description

run ee based on initial fit

run ee based on initial fit

Format

R6Class object.

Value

Object of R6Class with methods

Methods

fit fit one time point

Public fields

A

vector of treatment

T_tilde

vector of last follow up time

Delta

vector of censoring indicator

density_failure

survival_curve object of predicted counterfactual survival curve

density_censor

survival_curve object of predicted counterfactual failure event survival curve

g1W

propensity score

A_intervene

the intervention of interest

k_grid

vector of interested time points

Active bindings

k_grid

vector of interested time points

Methods

Public methods


Method new()

Usage
ee$new(A, T_tilde, Delta, density_failure, density_censor, g1W, A_intervene)

Method fit()

Usage
ee$fit(k)

Method clone()

The objects of this class are cloneable with this method.

Usage
ee$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

1
   ee$new(A, T_tilde, Delta, density_failure, density_censor, g1W, A_intervene)

wilsoncai1992/MOSS documentation built on June 1, 2020, 2:26 p.m.