## Non-Sampling Error

Warner, S. L. (1965). Randomized response: A survey technique for eliminating evasive answer bias. Journal of the American statistical association, 60, 63-69.
Combine probability math and a survey technique to ask your question indirectly
Start with identical note cards with a fraction (\(\theta\); this has to be known) marked with \(A\) and the remaining \((1- \theta)\) marked with \(B\).
If \(A\), answer the question, e.g.,
If \(B\), answer the question, e.g.,
A sample of people are chosen; each is asked to randomly draw a card and state ‘yes’ if they agree with the letter on the card or ‘no’ otherwise.
The interviewer does not ever see the card – just records ‘yes’ or ‘no’.
\[ \frac{n_{\text{yes}}}{n_{\text{total}}} = \theta p+(1-\theta)\times(1-p) \]
\[
\hat{p} = \frac{1}{2\theta-1} \frac{n_{\text{yes}}}{n_{\text{total}}}-\frac{1-\theta}{2\theta-1}\text{where }\theta\ne0.5
\]
\[ \hat{\sigma}^2_p = \frac{1}{n_{\text{total}}}\left( \frac{1}{16(\theta-0.5)^2}- (p-0.5)^2\right) \]
Let’s consider how the sample size (\(n\)) effects the sampling distribution of \(\hat{p}\)
Also, consider how our choice of \(\theta\) effect the sampling distribution of \(\hat{p}\)