TTC_ic_Jakobsen_wei {curesurv} | R Documentation |
TTC_ic_Jakobsen_wei function
Description
calculates the confidence interval of the time TTC using the Jakobsen's approach. Note that this function is for mixture cure model with Weibull distribution considered for uncured patients.
Usage
TTC_ic_Jakobsen_wei(
object,
z_pcured = z_pcured,
z_ucured = z_ucured,
epsilon = 0.05,
level = 0.975
)
Arguments
object |
ouput from a model implemented in curesurv |
z_pcured |
covariates matrix acting on cure proportion |
z_ucured |
covariates matrix acting on survival function of uncured |
epsilon |
value fixed by user to estimate the TTC |
level |
|
[Package curesurv version 0.1.2 Index]