rate.estimate(time=0, n=0, phy=NULL, epsilon = 0, missing = 0, crown=TRUE, kendall.moran=FALSE)
crown.p(time, r, epsilon, n)
stem.p(time, r, epsilon, n)
crown.limits(r, epsilon, time, prob=c(0.025, 0.975))
stem.limits(r, epsilon, time, prob=c(0.025, 0.975))
data(geospiza)
attach(geospiza)
# Assuming no extinction
rate.estimate(phy=geospiza.tree, missing=1)
# Assuming high extinction
rate.estimate(phy=geospiza.tree, epsilon=0.9, missing=1)
Run the code above in your browser using DataLab