generate_random_values: Create random distribution based on configuration file

Description Usage Arguments Value

View source: R/random_distribution.R

Description

Create random distribution based on configuration file

Usage

1
2
3
4
5
6
generate_random_values(
  config,
  number_of_repeatings = 1,
  number_of_events,
  debug = TRUE
)

Arguments

config

as retrieved by config_read()

number_of_repeatings

how often should the random distribution with the same parameters be generated (default: 1)

number_of_events

number of events

debug

print debug information (default: TRUE)

Value

list random distributions based on configuration file


KWB-R/kwb.qmra documentation built on June 15, 2021, 11:14 p.m.