mcnempow {EQUIVNONINF} | R Documentation |
The program computes exact values of the rejection probability of the asymptotic
test for equivalence in the sense of -\delta_0 < p_{10}-p_{01} < \delta_0
, at any nominal
level \alpha
. [The largest \alpha
for which the test is valid in terms of the
significance level, can be computed by means of the program mcnemasc.]
mcnempow(alpha,n,del0,p10,p01)
alpha |
nominal significance level |
n |
sample size |
del0 |
upper limit set to |
p10 |
true value of |
p01 |
true value of |
alpha |
nominal significance level |
n |
sample size |
del0 |
upper limit set to |
p10 |
true value of |
p01 |
true value of |
POW |
exact rejection probability of the asymptotic McNemar test for equivalence
at nominal level |
ERROR |
error indicator messaging "!!!!!" if the sufficient condition for the correctness of the result output by the program was found violated |
Stefan Wellek <stefan.wellek@zi-mannheim.de>
Peter Ziegler <peter.ziegler@zi-mannheim.de>
Wellek S: Testing statistical hypotheses of equivalence and noninferiority. Second edition. Boca Raton: Chapman & Hall/CRC Press, 2010, p.84.
mcnempow(0.024902,50,0.20,0.30,0.30)