| survival_treatment_level_estfun | R Documentation |
Treatment level estimating functions for survival outcomes under right censoring
survival_treatment_level_estfun(
type = "risk",
data,
tau,
survival_models,
treatment_model,
control
)
type |
Character string, outcome of interest: "risk": P(T <= tau|A=a), "surv": P(T > tau|A=a) |
data |
data.frame |
tau |
Numeric, time-point of interest |
survival_models |
List of survival models, see fit_survival_models() |
treatment_model |
Treatment model, see fit_treatment_model() |
control |
List of control parameters, list(sample, blocksize) |
List with matrix elements estfun, or, and ipw.
Andreas Nordland
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.