create_figure_error: Creates figure 'figure_error.svg', showing the complete...

Description Usage Arguments Author(s) Examples

Description

Creates figure 'figure_error.svg', showing the complete distribution of all errors (measured as nLTT statistic)

Usage

1
create_figure_error(parameters, nltt_stats, filename, verbose = FALSE)

Arguments

parameters

collected parameters, as returned from 'collect_parameters'

nltt_stats

collected nLTT statistics, as returned from 'read_collected_nltt_stats', assumes burn-in is already removed

filename

the name of the file the figures will be saved as

verbose

if set to TRUE, the function prints more information

Author(s)

Richel Bilderbeek

Examples

1
2
3
4
5
6
7
  parameters <- read_collected_parameters()
  nltt_stats <- read_collected_nltt_stats(burn_in = 0.2)
  create_figure_error(
    parameters = parameters,
    nltt_stats = nltt_stats,
    filename = paste0(path.expand("~"), "/figure_error.svg")
  )

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