SP_Chen_exponential {EventPredInCure} | R Documentation |
Survival probability function of the exponential distribution with cured population
Description
Calculate survival probability of the exponential distribution with cured population
Usage
SP_Chen_exponential(par, t)
Arguments
par |
a vector with two elements, where the first element denotes the logistic of the proportion of the cured population, and the second element denotes the log of the hazard rate. |
t |
a vector with non-negative elements. |
Value
Survival probability of the exponential distribution with cured population given parameters par
at times t
.
References
Chen, Tai-Tsang. "Predicting analysis times in randomized clinical trials with cancer immunotherapy." BMC medical research methodology 16.1 (2016): 1-10.
[Package EventPredInCure version 1.0 Index]