Learn R Programming

curesurv (version 0.1.2)

dptdtheta_multneh: dptdtheta_multneh function

Description

Partial derivatives of probability to be cure by theta from non-mixture model with distribution "tneh".

Usage

dptdtheta_multneh(
  z_alpha = z_alpha,
  z_tau = z_tau,
  x = x,
  object,
  cumLexctopred = NULL,
  Dpi = NULL,
  Dsn = NULL
)

Arguments

z_alpha

Covariates matrix acting on parameter alpha of the density of time-to-null excess hazard model

z_tau

Covariates matrix acting on time-to-null parameter.

x

time at which the estimates are predicted

object

ouput from model implemented in curesurv

cumLexctopred

pre prediction obtained from cumLexc_mul_topred, if NULL will be calculated

Dpi

partial derivative of pi according to theta, if NULL will be calculated

Dsn

partial derivative of net survival according to theta , if NULL will be calculated