Learn R Programming

RRTCS (version 0.0.4)

SinghJoarderData: Randomized Response Survey on compulsive spending

Description

This data set contains observations from a randomized response survey conducted in a university to investigate compulsive spending. The sample is drawn by simple random sampling without replacement. The randomized response technique used is the Singh-Joarder model (Singh and Joarder, 1997) with parameter \(p=0.6\).

Usage

data(SinghJoarderData)

Arguments

Format

A data frame containing 170 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 have spend compulsively?

  • Pi: first-order inclusion probabilities

References

Singh, S., Joarder, A.H. (1997). Unknown repeated trials in randomized response sampling. Journal of the Indian Statistical Association, 30, 109-122.

See Also

SinghJoarder

Examples

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

Run the code above in your browser using DataLab