sampleShid {motmot} | R Documentation |
Sample hidden speciation events along branches of a tree
Description
Uses estimated speciation and extinction rates to sample the number of speciation events 'hidden' by subsequent extinction on each branch of a tree following Bokma (2008). For use with the psi
and multipsi
models.
Usage
sampleShid(phy, la = NULL, mu = NULL, useMean = FALSE)
Arguments
phy |
An object of class |
la |
Estimate of the rate of speciation "lambda" |
mu |
Estimate of the rate of extinction "mu" |
useMean |
A logical indicating whether to output the average or expected number of hidden speciation events per branch, which may be non-integer (if |
Details
The expected number of hidden speciation events are calculated for each branch given its start and end times, and estimates of lambda and mu which are assumed to be constant across the tree. To properly account for uncertainty in the effect of extinction on the number of nodes affecting each branch of a tree, it may be appropriate to repeat model-fitting on many realizations of Sobs
on the tree of interest (similar to evaluating phylogenetic uncertainty)
Value
Phylogenetic tree in phylo
format, with an added element Sobs
, a vector of numbers of hidden speciation events per branch, in the same order as the branches in the phylo
object
Author(s)
Travis Ingram
References
Bokma, F. 2008. Detection of "punctuated equilibrium" by Bayesian estimation of speciation and extinction rates, ancestral character states, and rates of anagenetic and cladogenetic evolution on a molecular phylogeny. Evolution 62: 2718-2726.
Ingram, T. 2011. Speciation along a depth gradient in a marine adaptive radiation. Proc. R. Soc. B 278: 613-618.