Learn R Programming

curesurv (version 0.1.2)

pt_cure_ic_loglog_wei: pt_cure_ic_loglog_wei function

Description

confidence intervals of the probability to be cured at time t by delta method on log(-log(p(t)))

Usage

pt_cure_ic_loglog_wei(
  object,
  z_pcured = z_pcured,
  z_ucured = z_ucured,
  x,
  level,
  cumLexctopred,
  Dpt_cure
)

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

x

time at which the estimates are predicted

level

(1-alpha/2)-order quantile of a normal distribution

cumLexctopred

a pre-prediction parameter obtained with cumLexc_alphaweibull

Dpt_cure

partial derivatives of pt_cure by theta, obtained with dpdtheta_wei function