Description
IPFP function for square tables.Usage
ipfp(initial, rowmars, colmars, dimension, maxit = ipfp.control()$maxit, tol = ipfp.control()$tol)
Arguments
initial
a vector of the initial values.
rowmars
a vector of the row margins.
colmars
a vector of the col margins.
dimension
an integer indicating the dimensions of the square table.
maxit
integer indicating the maximum number of iterations.
tol
a positive convergence tolerence value.