Description Format Value Methods Public fields Active bindings Methods Examples
repeat ipcw/ee for all time points
repeat ipcw/ee for all time points
R6Class
object.
Object of R6Class
with methods
fit fit all time points in 'k_grid'
method
either ipcw or ee class
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
method
either ipcw or ee class
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
new()
repeat_t_grid$new( method, A, T_tilde, Delta, density_failure, density_censor, g1W, A_intervene )
fit()
repeat_t_grid$fit(k_grid)
clone()
The objects of this class are cloneable with this method.
repeat_t_grid$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | repeat_t_grid$new(method = ipcw,
A,
T_tilde,
Delta,
density_failure,
density_censor,
g1W,
A_intervene
)
repeat_t_grid$new(method = ee,
A,
T_tilde,
Delta,
density_failure,
density_censor,
g1W,
A_intervene
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.