The degree of product difference/discrimination under the null
hypothesis can be specified on either the d-prime scale or on
the pd (proportion of discriminators) scale. This is done by using
either the d.prime0
or the pd0
arguments.
If unspecified, they default to zero and the
conventional difference test of "no difference" is obtained.
For a similarity test either d.prime0
or pd0
have
to be specified and and a non-zero, positive value should to be
given. Here, d.prime0
or pd0
define the limit of
similarity
or equivalence
.
The probability under the null hypothesis is
given by pd0 + pg * (1 - pd0)
where pg
is the guessing
probability which is defined by the discrimination protocol given in
the method
argument.
All estimates are restricted to their allowed ranges, e.g. Pc is
always as least as large as the guessing probability. Similarly
confidence limits are also restricted to the allowed range of the
parameters.
Standard errors are not defined when the parameter estimates are at
the boundary of their allowed range, so these will be reported as
NA
in such cases.
If double = "TRUE"
, the 'double' variants of the discrimination
methods is used. For example in a double-triangle test each participant
will perform two individual triangle tests and only obtain a correct
answer in the double-triangle test if both of the answers to the
individual triangle tests are correct. The guessing probability for
the double methods are lower than in the conventional discrimination
methods. If \(p_g\) is the guessing probability of the conventional
discrimination method, then \(p_g^2\) is the guessing probability of
the double variant of that discrimination method. All the double
discrimination methods have their own psychometric functions.
The "Wald"
statistic is *NOT* recommended for practical
use---it is included here for completeness and to allow comparisons.
For statistic = "score"
, the confidence interval is computed
from Wilson's score interval, and the p-value for the hypothesis
test is based on Pearson's chi-square test,
cf. prop.test
.