read_collected_nltts_postrs: Read all the collected nLTT values of all posteriors

Description Usage Value Author(s) Examples

Description

Read all the collected nLTT values of all posteriors

Usage

1

Value

a dataframe

Author(s)

Richel Bilderbeek

Examples

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

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