Learn R Programming

RRTCS (version 0.0.4)

ChaudhuriChristofidesData: Randomized Response Survey on agricultural subsidies

Description

This data set contains observations from a randomized response survey conducted in a population of 417 individuals in a municipality to investigate the agricultural subsidies. The sample is drawn by sampling with unequal probabilities (probability proportional to agricultural subsidies in the previous year). The randomized response technique used is the Chaudhuri-Christofides model (Chaudhuri and Christofides, 2013) with scramble variables \(S_1=U(1,...,11)\) and \(S_2=U(1,...,11)\).

Usage

data(ChaudhuriChristofidesData)

Arguments

Format

A data frame containing 100 observations. The variables are:

  • ID: Survey ID

  • z: The randomized response to the question: What are your annual agricultural subsidies?

  • Pi: first-order inclusion probabilities

References

Chaudhuri, A., and Christofides, T.C. (2013) Indirect Questioning in Sample Surveys. Springer-Verlag Berlin Heidelberg.

See Also

ChaudhuriChristofides

ChaudhuriChristofidesDatapij

Examples

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

Run the code above in your browser using DataLab