- p
The probability of receiving the sensitive question (Mirrored
Question Design, Unrelated Question Design); the probability of answering
truthfully (Forced Response Design); the probability of selecting a red card
from the 'yes' stack (Disguised Response Design).
- p0
The probability of forced 'no' (Forced Response Design).
- p1
The probability of forced 'yes' (Forced Response Design).
- q
The probability of answering 'yes' to the unrelated question, which
is assumed to be independent of covariates (Unrelated Question Design).
- design
Call of design (including modified designs) used:
"forced-known", "mirrored", "disguised", "unrelated-known",
"forced-unknown", and "unrelated-unknown".
- n.seq
A sequence of number of observations or sample sizes.
- r
For the modified designs only (i.e. "forced-unknown" for Forced
Response with Unknown Probability and "unrelated-unknown" for Unrelated
Question with Unknown Probability), r
is the proportion of
respondents allocated to the first group, which is the group that is
directed to answer the sensitive question truthfully with probability
p
as opposed to the second group which is directed to answer the
sensitive question truthfully with probability 1-p
.
- presp.seq
For a one sample test, a sequence of probabilities of
possessing the sensitive trait under the alternative hypothesis.
- presp.null
For a one sample test, the probability of possessing the
sensitive trait under the null hypothesis. The default is NULL
meaning zero probability of possessing the sensitive trait.
- sig.level
Significance level (Type I error probability).
- prespT.seq
For a two sample test, a sequence of probabilities of the
treated group possessing the sensitive trait under the alternative
hypothesis.
- prespC.seq
For a two sample test, a sequence of probabitilies of the
control group possessing the sensitive trait under the alternative
hypothesis.
- prespT.null
For a two sample test, the probability of the treated
group possessing the sensitive trait under the null hypothesis. The default
is NULL
meaning there is no difference between the treated and
control groups, specifically that prespT.null
is the same as
prespC.null
, the probability of the control group possessing the
sensitive trait under the null hypothesis.
- prespC.null
For a two sample test, the probability of the control
group possessing the sensitive trait under the null hypothesis.
- type
One or two sample test. For a two sample test, the alternative
and null hypotheses refer to the difference between the two samples of the
probabilities of possessing the sensitive trait.
- alternative
One or two sided test.
- solve.tolerance
When standard errors are calculated, this option
specifies the tolerance of the matrix inversion operation solve.
- legend
Indicator of whether to include a legend of sample sizes. The
default is TRUE
.
- legend.x
Placement on the x-axis of the legend. The default is
"bottomright"
.
- legend.y
Placement on the y-axis of the legend.
- par
Option to set or query graphical parameters within the function.
The default is TRUE
.
- ...
Additional arguments to be passed to par()