Learn R Programming

RRTCS (version 0.0.4)

ForcedResponseDataSt: Randomized Response Survey on infertility

Description

This data set contains observations from a randomized response survey to determine the prevalence of infertility among women of childbearing age in a population-base study. The sample is drawn by stratified sampling. The randomized response technique used is the Forced Response model (Boruch, 1972) with parameters \(p_1=0.2\) and \(p_2=0.2\).

Usage

data(ForcedResponseDataSt)

Arguments

Format

A data frame containing 442 observations. The variables are:

  • ID: Survey ID

  • ST: Strata ID

  • z: The randomized response to the question: Did you ever have some medical treatment for the infertility?

  • Pi: first-order inclusion probabilities

References

Boruch, R.F. (1972). Relations among statistical methods for assuring confidentiality of social research data. Social Science Research, 1, 403-414.

See Also

ForcedResponse

Examples

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

Run the code above in your browser using DataLab