README.md

SecSSE: Several Examined and Concealed States-Dependent Speciation and Extinction

CRAN status DOI

Branch|GitHub Actions logo|Codecov logo --------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------- master|R build status|codecov.io develop|R build status|codecov.io

What is SecSSE?

SecSSE is an R package designed for multistate data sets under a concealed state and speciation (hisse) framework. In this sense, it is parallel to the 'MuSSE' functionality implemented in diversitree, but it accounts for finding possible spurious relationships between traits and diversification rates ("false positives", Rabosky & Goldberg 2015) by testing against a "hidden trait" (Beaulieu et al. 2013), which is responsible for more variation in diversification rates than the trait being investigated.

Installing secsse

The secsse package has a stable version on CRAN and a development version on GitHub.

From CRAN

From within R, do:

install.packages("secsse")

From GitHub

Install secsse from this GitHub repository by running:

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

Using secsse as a package dependency

From CRAN

To your DESCRIPTION file, add secsse as any normal package.

If your package directly uses secsse:

Imports:
  secsse

If your package uses secsse in its peripherals (e.g. vignettes and tests):

Suggests:
  secsse

From GitHub

Remotes:
  rsetienne/secsse

Cite

If you use secsse in your publications, please cite:

References



rsetienne/secsse documentation built on April 29, 2024, 11:52 p.m.