ipfp.control: IPFP Control
Description
Control variables for the Iterative Proportion Fitting Procedure function
ipfp
.
Usage
ipfp.control(tol = 1e-06, maxit = 200)
Arguments
- tol
positive convergence tolerance. The algorithm converges when the
absolute difference between the observed and the given row or column totals
is less than or equal to tol
.
- maxit
positive integer that indicates the maximum number of
iterations.