read_collected_pstr_liks: Read all the collected tree likelihoods of all posteriors

Description Usage Arguments Value Author(s) Examples

Description

Read all the collected tree likelihoods of all posteriors

Usage

1
2
3
4
read_collected_pstr_liks(
    filename = wiritttea::find_path(
      "collect_files_posterior_likelihoods.csv")
  )

Arguments

filename

name of the file with all the collected posteriors' likelihoods

Value

a dataframe

Author(s)

Richel Bilderbeek

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  df <- wiritttea::read_collected_pstr_liks()
  testit::assert(
    all(
      names(df) ==
      c(
        "filename", "sti", "ai",
        "pi", "si", "likelihood"
      )
    )
  )

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