| cci.pest | R Documentation | 
This is an internal function and is not usually called by user. 
This function estimates the current cumulative incidence (CCI), i.e. the probability that a patient is alive and in any disease remission after initiating his or her therapy.  
cci.pest(E, LastContact, Exitus, maxx)
| E |  a matrix with ascending times from therapy initiation to occurrence of individual events (in days); the size of the data matrix is n times (2*r), where n is the number of patients and r is the maximum number of disease remissions achieved by patients; the data matrix consists of the following columns:  | 
| LastContact | a vector containing the follow-up time (time from therapy initiation to death or to the date of last contact with a patient) | 
| Exitus | a vector containing the censoring indicators (1..patient died, 0..patient is censored) | 
| maxx | maximum follow-up time in days | 
| x | days from 0 to maximum follow-up time maxx | 
| y | CCI function estimates at each day | 
Eva Janousova, Tomas Pavlik 
Institute of Biostatistics and Analyses 
Masaryk University, Brno, Czech Republic 
janousova@iba.muni.cz
Pavlik T., Janousova E., Pospisil Z., et al. (2011). Estimation of current cumulative incidence of leukaemia-free patients and current leukaemia-free survival in chronic myeloid leukaemia in the era of modern pharmacotherapy. BMC Med Res Methodol 11:140.
cci
# This is an internal function and is not usually called by user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.