collect_file_nltt_stats: Calculates the nLTT statistics from a file

Description Usage Arguments Value Author(s) Examples

Description

Calculates the nLTT statistics from a file

Usage

1

Arguments

filename

the name of a file

Value

a distribution of nLTT statistics

Author(s)

Richel Bilderbeek

Examples

1
2
3
4
5
  nltt_stats <- collect_file_nltt_stats(
    filename = find_path("toy_example_1.RDa")
  )
  expected_names <- c("sti", "ai", "pi", "si", "nltt_stat")
  testit::assert(names(nltt_stats) == expected_names)

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