Description
Continuous-Time Phylogenetic Modeling.
Description
Functions for identifying, fitting, and applying continuous-time stochastic models to phylogenetic data. The package is based on methods introduced in Noonan et al. (2021) <doi:10.1101/2021.05.21.445056>.
README.md
ctpm: Continuous-Time Phylogenetic Modeling
ctpm is an R package for analyzing phylogenetic data as continuous-time stochastic processes.
Installation
To install the development version of ctpm run the following lines of code:
install.packages("devtools")
library(devtools)
install_github("https://github.com/NoonanM/ctpm")