control_iterake: Algorithm control settings for 'iterake()'.

View source: R/utils.R

control_iterakeR Documentation

Algorithm control settings for iterake().

Description

Algorithm control settings for iterake().

Usage

control_iterake(
  threshold = 1e-10,
  max_weight = 3,
  min_weight = 0,
  max_iter = 50,
  max_stuck = 5
)

Arguments

threshold

Value specifying minimum summed difference between weighted marginal proportions of sample and universe before algorithm quits, default is 1e-10.

max_weight

Maximum value weights can take on, default is 3.

min_weight

Minimum value weights can take on, default is 0.

max_iter

Value capping number of iterations for the procedure, default is 50.

max_stuck

Value capping the number of times summed differences between sample and universe can oscillate between increasing and decreasing, default is 5.

Value

A list with special class control.


ttrodrigz/iterake documentation built on March 27, 2024, 12:48 a.m.