Skip to content

Releases: gaballench/tbea

Added code for the truncated Cauchy

01 Jul 16:11
Compare
Choose a tag to compare

the function c_truncauchy allows to estimate this value for a fixed p in the truncated Cauchy distribution which is used by MCMCTree's L calibration density.

Version 1.4.2 accepted on CRAN

04 Jun 11:20
Compare
Choose a tag to compare

From now on, the package can be installed using install.packages("tbea") for the stable version on CRAN, or using remotes::install_github("gaballench/tbea") for the development version.

Patch for `xintercept`

22 May 12:31
Compare
Choose a tag to compare

This minor release includes a patch for xintercept which needs to be applied. It also removes a dependency of this package which was making the installation process further install other (unnecessary) dependencies.

Methods for stratigraphic intervals now avaliable.

22 May 03:10
Compare
Choose a tag to compare

The function stratCI calculates confidence intervals (or brackets on the CI) using the methods by Strauss and Sadler (89) and Marshall (94). A number of bug fixes are also included. The function table2nexus helps to convert a delimited file to nexus format, which is especially useful for morphological matrices. Several improvements in documentation are also included.

New features for matrices and plotting

17 Apr 19:08
Compare
Choose a tag to compare

This release includes fixes to concatNext and the new table2nexus which reads data in plain-text value-delimited format (e.g., tsv, csv, tab) and returns the data in nexus format. It also includes the function crossplot which allows to compare pairs of densities (e.g. prior vs. posterior or independent runs of the same analysis) and plot the median and error bars representing the highest density interval, these around the identity line y = x.

Patch for summaryBrlen

18 Aug 11:47
Compare
Choose a tag to compare

A part in summaryBrlen had incorrectly hard-coded a tip which should be retrieved automatically for summarising branch lengths.

Topological summary and density conflation now available

03 May 18:55
Compare
Choose a tag to compare

Added code for summarising trees (e.g. from the posterior of trees in a Bayesian analysis) and for calculating the conflation of arbitrary distributions.

New major version of tbea with breaking changes

20 Apr 15:37
Compare
Choose a tag to compare

The function fasta2nexus has been deprecated and its dependency network updated to remove apex. This change breaks code using tbea up to v5.2.0.

Includes code for calculating the x-intercept as a method for estimating the origin of a collection of divergence times

30 Apr 03:02
Compare
Choose a tag to compare
v0.5.2

Added the function  for calculating the origination time of a series …

v0.5.0

18 Sep 01:54
Compare
Choose a tag to compare

Improved functionality for format conversion in trees from TNT and changed the default behavior of tnt2newick in several ways.