Learn R Programming

jipApprox (version 0.1.3)

jip_Tille: Till<U+00E9>'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<U+00E9> (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