TTC_ic_wei {curesurv} | R Documentation |
calculates the confidence interval of the time TTC. Note that this function is for mixture cure model with Weibull distribution considered for uncured patients.
TTC_ic_wei(
object,
z_pcured = z_pcured,
z_ucured = z_ucured,
epsilon = 0.05,
level,
TTC = NULL,
Dttc = NULL
)
object |
An object of class |
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 |
|
TTC |
time to cure calculated by TTC_wei |
Dttc |
partial derivates of TTC by dTTCdtheta_wei |