Usage
rate.estimate(time=0, n=0, phy=NULL, epsilon = 0, missing = 0, crown=TRUE, prob=c(0.025, 0.975))
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))
Arguments
time
Time interval; can be a vector
n
Number of extant species
phy
Phylogenetic tree; can be supplied instead of time and n.
If you're using a tree then crown is automatically true.
epsilon
Extinction rate as a fraction of speciation rate
missing
Number of taxa missing from tree
crown
If true, time is treated as crown age; otherwise, stem age
r
Net diversification rate, birth - death
prob
Range of probabilities for calculating confidence region