control_iterake | R Documentation |
iterake()
.Algorithm control settings for iterake()
.
control_iterake(
threshold = 1e-10,
max_weight = 3,
min_weight = 0,
max_iter = 50,
max_stuck = 5
)
threshold |
Value specifying minimum summed difference between weighted marginal
proportions of sample and universe before algorithm quits, default is |
max_weight |
Maximum value weights can take on, default is |
min_weight |
Minimum value weights can take on, default is |
max_iter |
Value capping number of iterations for the procedure, default is |
max_stuck |
Value capping the number of times summed differences between sample
and universe can oscillate between increasing and decreasing, default is |
A list
with special class control
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.