postrs_same_distr_nltt_stat: Tests if the nLTT statistics between posteriors are of the...

Description Usage Arguments Value Examples

Description

Tests if the nLTT statistics between posteriors are of the same distribution

Usage

1

Arguments

df

data frame with column names 'filename', 'sti' (Species Tree Index), 'ai' (Alignment Index), 'pi' (Posterior Index), 'si' (State Index) and 'nltt_stat' (the nLTT statistic between that posterior state its phylogeny and the sampled species tree)

Value

data frame

Examples

1
2
3
  nltt_stats <- wiritttea::read_collected_nltt_stats(burn_in_fraction = 0.2)
  df <- wiritttea::postrs_same_distr_nltt_stat(nltt_stats)
  testit::assert(all(names(df) == c("filename", "sti", "ai", "same_distr")))

richelbilderbeek/wiritttea documentation built on May 27, 2019, 8:02 a.m.