Computes the randomized response estimation, its variance estimation and its confidence through the Kuk model.
The function can also return the transformed variable.
The Kuk model was proposed by Kuk in 1990.
vector of the observed variable; its length is equal to \(n\) (the sample size)
p1
proportion of red cards in the first box
p2
proportion of red cards in the second box
k
total number of cards drawn
pi
vector of the first-order inclusion probabilities
type
the estimator type: total or mean
cl
confidence level
N
size of the population. By default it is NULL
pij
matrix of the second-order inclusion probabilities. By default it is NULL
Value
Point and confidence estimates of the sensitive characteristics using the Kuk model. The transformed variable is also reported, if required.
Details
In the Kuk randomized response technique, the sampled person \(i\) is offered two boxes. Each box contains cards that are identical exception colour, either red
or white, in sufficiently large numbers with proportions \(p_1\) and \(1-p_1\) in the first and \(p_2\) and \(1-p_2\), in the second (\(p_1\neq p_2\)).
The person sampled is requested to use the first box, if his/her trait is \(A\) and the second box if his/her trait is \(A^c\) and to make \(k\) independent
draws of cards, with replacement each time. The person is asked to reports \(z_i=f_i\), the number of times a red card is drawn.
The transformed variable is \(r_i=\frac{f_i/k-p_2}{p_1-p_2}\) and the estimated variance is \(\widehat{V}_R(r_i)=br_i+c\),
where \(b=\frac{1-p_1-p_2}{k(p_1-p_2)}\) and \(c=\frac{p_2(1-p_2)}{k(p_1-p_2)^2}\).