Description Usage Arguments Value
View source: R/random_distribution.R
Create random distribution based on configuration file
1 2 3 4 5 6 | generate_random_values(
config,
number_of_repeatings = 1,
number_of_events,
debug = TRUE
)
|
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) |
list random distributions based on configuration file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.