set.seed(3)
tr <- rbdtree(0.1, 0.02)
bd.time(tr, 0, 0) # fits a simple BD model
bd.time(tr, 0, 0, ip = c(.1, .01)) # 'ip' is useful here
## the classic logistic:
birth.logis <- function(a, b) 1/(1 + exp(-a*t - b))
## Not run:
# bd.time(tr, birth.logis, 0, ip = c(0, -2, 0.01))
# ## slow to get:
# ## $par
# ## a b death
# ## -0.003486961 -1.995983179 0.016496454
# ##
# ## $SS
# ## [1] 20.73023
# ## End(Not run)
Run the code above in your browser using DataLab