Description Usage Arguments Value
Parametric EM Algorithm.
1 2 | emp(Time, Status, age, Z, X, mort.s, mort.h, link = "logit",
emmax = 100, eps = 1e-07, dis = dis)
|
Time |
Survival time from data set. |
Status |
Right censoring status: 1 is death, 0 is censored. |
age |
The varaible of age. |
Z |
The covariates for cure link function. |
X |
The covaraites for latency survival function. |
mort.s |
background survival rate from life table. |
mort.h |
background hazard rate from life table. |
link |
The type of cure rate link function, including "logit","probit", and "cloglog". |
emmax |
The maximum iteration is 100. |
eps |
The stopping criteria for convergence is 1e-7. |
dis |
The parametric distribution such as "exp","weibull","llogis","gamma","gompertz","lnorm" and "gengamma". |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.