-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.87 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: tbea
Title: Pre- And Post-Processing in Bayesian Evolutionary Analyses
Version: 1.5.0
Authors@R: c(person("Gustavo A.", "Ballen", email = "[email protected]", role = c("aut", "cre")),
person("Sandra", "Reinales", email = "[email protected]", role = c("aut")))
Description: Functions are provided for prior specification in divergence time
estimation using fossils as well as other kinds of data. It
provides tools for interacting with the input and output of Bayesian
platforms in evolutionary biology such as 'BEAST2', 'MrBayes', 'RevBayes',
or 'MCMCTree'.
It Implements a simple measure similarity between probability
density functions for comparing prior and
posterior Bayesian densities, as well as code for calculating the
combination of distributions using conflation of Hill (2008). Functions for estimating the
origination time in collections of distributions using the x-intercept (e.g., Draper and Smith, 1998) and
stratigraphic intervals (Marshall 2010) are also available.
Hill, T. 2008. "Conflations of probability distributions". Transactions of the American Mathematical Society, 363:3351-3372. <doi:10.48550/arXiv.0808.1808>,
Draper, N. R. and Smith, H. 1998. "Applied Regression Analysis". 1--706. Wiley Interscience, New York. <DOI:10.1002/9781118625590>,
Marshall, C. R. 2010. "Using confidence intervals to quantify the uncertainty in the end-points of stratigraphic ranges". Quantitative Methods in Paleobiology, 291--316. <DOI:10.1017/S1089332600001911>.
Depends: R (>= 3.5.0)
Imports: ape, Rfit, boot, graphics, stats, utils, coda
License: file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
URL: https://github.com/gaballench/tbea
BugReports: https://github.com/gaballench/tbea/issues
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3