ipfp.control: IPFP Control

View source: R/ipfp.control.R

ipfp.controlR 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 tol.

maxit

positive integer that indicates the maximum number of iterations.

Note

Currently the function ipfp is internal.

Author(s)

Anestis Touloumis

See Also

nomLORgee and ordLORgee.


multgee documentation built on Sept. 2, 2023, 9:06 a.m.