read_collected_gammas_postrs: Read all the collected gamma statistics of all posteriors

Description Usage Arguments Value Author(s) Examples

Description

Read all the collected gamma statistics of all posteriors

Usage

1
2
read_collected_gammas_postrs(
  filename = wiritttea::find_path("collect_files_posterior_gammas.csv"))

Arguments

filename

name of the CSV file

Value

a dataframe

Author(s)

Richel Bilderbeek

Examples

1
2
3
4
5
6
7
  df <- read_collected_gammas_postrs()
  testit::assert(names(df) ==
    c(
      "filename", "sti", "ai",
      "pi", "si", "gamma_stat"
    )
  )

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