# NOT RUN {
## simulated data
tms <- sort(runif(100,0,100))
## the slower version of the EM algorithms on simulated data with default
## immigrant hazard function
## and offspring density
system.time( est1 <- EM1partial(tms, 101, c(2,1,0.5,1)) )
# }
Run the code above in your browser using DataLab