conditional_cif_b {semicmprskcoxmsm} | R Documentation |
Estimating Three Conditional Cumulative Incidence Functions Using the General Markov Model Conditional on Random Effect
Description
conditional_cif_b
estimates the cumulative incidence function based on the MSM illness-death general Markov model conditional on the fixed random effect b.
Usage
conditional_cif_b(res1,
t1_star,
b)
Arguments
res1 |
The output from |
t1_star |
Fixed non-terminal event time for estimating CIF function for terminal event following the non-terminal event. |
b |
Fixed random effect value. |
Details
Similar as cif_est_usual
, after estimating the parameters in the illness-death model using IPW, we could estimate the corresponding conditional CIF under fixed b:
and
where is the estimated overall survial function for joint
,
. We obtain three hazards by fitting the MSM illness-death model
,
, and
is a Breslow-type estimator of the baseline cumulative hazard.
where
Value
a1 |
The step function for estimated CIF conditional on b for time to non-terminal event for control group. |
b1 |
The step function for estimated CIF conditional on b for time to non-terminal event for treated group. |
a2 |
The step function for estimated CIF conditional on b for time to terminal event without non-terminal event for control group. |
b2 |
The step function for estimated CIF conditional on b for time to terminal event without non-terminal event for treated group. |
a3 |
The step function for estimated CIF conditional on b for time to terminal event following non-terminal event by t1_start for control group. |
b3 |
The step function for estimated CIF conditional on b for time to terminal event without non-terminal event by t1_start for treated group. |
cif.1 |
A data frame with time and estimated CIF conditional on b if is treated or controlled for time to non-terminal event. |
cif.2 |
A data frame with time and estimated CIF conditional on b if is treated or controlled for time to terminal event without non-terminal event. |
cif.3 |
A data frame with time and estimated CIF conditional on b if is treated or controlled for time to terminal event without non-terminal event by t1_start. |
See Also
cif_est_usual