jip_Tille {jipApprox} | R Documentation |
Tillé's approximation of joint-inclusion probabilities
Description
Compute the approximation of joint-inclusion probabilities by means of the Iterative Proportional Fitting Procedure (IPFP) proposed by Tillé (1996)
Usage
jip_Tille(pik, eps = 1e-06, maxIter = 1000)
Arguments
pik |
numeric vector of first-order inclusion probabilities for all population units. |
eps |
tolerance value for the convergence of the fixed-point procedure |
maxIter |
a scalar indicating the maximum number of iterations for the fixed-point procedure |
[Package jipApprox version 0.1.5 Index]