
Estimation of the emg distribution parameters from data using a survival function and maximum likelihood.
q.mle.emg.estimate(complete.lifespans, censored.lifespans)
Vector of time observations of complete lifespans that span the entire life of an entity.
Vector of time observations that are incomplete about the life of an entity.
An object of mle-class
containing the parameter estimates.
# NOT RUN {
data(ca1d.erlotinib)
mitotic.lifespans <-
subset(ca1d.erlotinib, !End.of.Expt &
!Death &
!is.na(Lifespan))$Lifespan
censored.lifespans <-
subset(ca1d.erlotinib, End.of.Expt &
!Death &
!is.na(Lifespan))$Lifespan
q.mle.emg.estimate(mitotic.lifespans, censored.lifespans)
# }
Run the code above in your browser using DataLab