Description Usage Arguments Value
A function that simulates different situations.
1 2 3 4 5 6 7 8 9 | simulation(
simulation_type,
hypo,
sample_size = 1000,
repeat_size = 1000,
num_of_cores = 1,
timer = TRUE,
get_variance = c("a", "b")
)
|
simulation_type |
Choices are |
hypo |
Choices are |
sample_size |
a number only effective when |
repeat_size |
Default is |
num_of_cores |
the number of cores assigned. Default is |
timer |
will show the progress. Default is |
simulation returns 6 plots if simulation_type == 1; a data frame containing coverage if simulation_type == 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.