Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.31 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.31 KB

DDD: Diversity-Dependent Diversification

CRAN_Status_Badge

Branch GitHub Actions logo Codecov logo
master Build Status codecov.io
develop Build Status codecov.io

Implements maximum likelihood and bootstrap methods based on the diversity-dependent birth-death process to test whether speciation or extinction are diversity-dependent, under various models including various types of key innovations.

Also contains functions to simulate the diversity-dependent process.

Installing DDD

From CRAN

From within R, do:

install.packages("DDD")

From GitHub

Install DDD from this GitHub repository by running:

install.packages("remotes")
remotes::install_github("rsetienne/DDD")

References