/cauchy_paper

Repository to reproduce the analyses in Bastide & Didier 2023.

Primary LanguageRGNU General Public License v3.0GPL-3.0

Repository to reproduce the analyses in Bastide & Didier 2023.

Content

  • cauchy_paper.Rproj: R project that can be opened with R Studio for convenience. All the R scripts assume that the working directory is the root directory of the project.

  • R_scripts: R scripts to reproduce the simulations and plots. Please see the header of each file for a more detailed description of each script.

  • data: data used in the empirical analyses.

  • results: saved results from the R_scripts.

    • 2023-03-14_lizards_model_selection.rda: results from script R_scripts/simulations_models.R.
    • 2023-03-23_simulations_paramters.rda: results from script R_scripts/simulations_parameters.R.

Requirements

  • R. Version 4.0 or later.

  • R package cauphy. The development version of the package can be installed as:

devtools::install_github("gilles-didier/cauphy")
  • BEAST v1.10.5 pre-release #dc4f12c, installed on a mac with:
brew install beast --HEAD