powered by
Determine how many samples closure_generate() would find for a given set of summary statistics.
closure_generate()
closure_count_initial() only counts the first round of samples, from which all other ones would be generated.
closure_count_initial()
There is currently no closure_count_all() function.
closure_count_all()
This can help predict how much time closure_generate() would take, and avoid prohibitively long runs.
closure_count_initial(scale_min, scale_max)
Integer (length 1).
Integers (length 1 each). Minimum and maximum of the scales to which the reported statistics refer.
closure_count_initial(scale_min = 1, scale_max = 5)
Run the code above in your browser using DataLab