exhaz_ic_multneh_loglog {curesurv} | R Documentation |
exhaz_ic_multneh_loglog function
Description
produces confidence interval of excess hazard using a time-to-null excess hazard model with loglinear effect on parameter tau The confidence intervals calculation is based on the log-log method.
Usage
exhaz_ic_multneh_loglog(
z_tau = z_tau,
z_alpha = z_alpha,
x = x,
object,
level = level,
Dexhaz = NULL
)
Arguments
z_tau |
Covariates matrix acting on time-to-null parameter. |
z_alpha |
Covariates matrix acting on parameter alpha of the density of time-to-null excess hazard model |
x |
time at which the predictions are provided |
object |
ouput from a model implemented in curesurv |
level |
|
Dexhaz |
parital derivatives of exess hazard wrt theta obtained by dexhazdtheta_multneh, calculated if not given |
[Package curesurv version 0.1.1 Index]