ipfp.control {multgee} | R Documentation |
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 |
maxit |
positive integer that indicates the maximum number of iterations. |
Note
Currently the function ipfp
is internal.
Author(s)
Anestis Touloumis
See Also
[Package multgee version 1.9.0 Index]