closure_count_initial | R Documentation |
Determine how many samples closure_generate()
would find for
a given set of summary statistics.
closure_count_initial()
only counts the first round of samples, from
which all other ones would be generated.
There is currently no closure_count_all()
function.
This can help predict how much time closure_generate()
would take, and
avoid prohibitively long runs.
closure_count_initial(scale_min, scale_max)
scale_min , scale_max |
Integers (length 1 each). Minimum and maximum of the scales to which the reported statistics refer. |
Integer (length 1).
closure_count_initial(scale_min = 1, scale_max = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.