var_logCumHaz_wei {curesurv} | R Documentation |
Calculates the variance of log of cumulative excess hazard with delta method on the log-log of net survival scale.
var_logCumHaz_wei(
object,
z_ucured = z_ucured,
z_pcured = z_pcured,
x = x,
cumLexctopred
)
object |
ouput from a model implemented in curesurv |
z_ucured |
covariates matrix acting on survival function of uncured |
z_pcured |
covariates matrix acting on cure proportion |
x |
time at which the estimates are predicted |
cumLexctopred |
pre prediction obtained with cumLexc_alphaweibull_topred |