Learn R Programming

RRTCS (version 0.0.4)

KukData: Randomized Response Survey on excessive sexual activity

Description

This data set contains the data from a randomized response survey conducted in a university to investigate excessive sexual activity. The sample is drawn by simple random sampling without replacement. The randomized response technique used is the Kuk model (Kuk, 1990) with parameters \(p_1=0.6\), \(p_2=0.2\) and \(k=25\).

Usage

data(KukData)

Arguments

Format

A data frame containing 200 observations from a population of \(N=802\) students. The variables are:

  • ID: Survey ID of student respondent

  • z: The randomized response to the question: Do you practice excessive sexual activity?

  • Pi: first-order inclusion probabilities

References

Kuk, A.Y.C. (1990). Asking sensitive questions indirectly. Biometrika, 77, 436-438.

See Also

Kuk

Examples

Run this code
# NOT RUN {
data(KukData)
# }

Run the code above in your browser using DataLab