postmys {EQUIVNONINF} | R Documentation |
Evaluation of the integral appearing on the right-hand side of equation (3.6) on p. 38 of Wellek S (2010) Testing statistical hypotheses of equivalence and noninferiority. Second edition
postmys(n,dq,sd,eps1,eps2,tol)
n |
sample size |
dq |
mean within-pair difference observed in the sample under analysis |
sd |
square root of the sample variance of the within-pair differences |
eps1 |
absolute value of the left-hand limit of the hypothetical equivalence range
for |
eps2 |
right-hand limit of the hypothetical equivalence range for |
tol |
tolerance for the error induced through truncating the range of integration on the right |
The program uses 96-point Gauss-Legendre quadrature.
n |
sample size |
dq |
mean within-pair difference observed in the sample under analysis |
sd |
square root of the sample variance of the within-pair differences |
eps1 |
absolute value of the left-hand limit of the hypothetical equivalence range
for |
eps2 |
right-hand limit of the hypothetical equivalence range for |
tol |
tolerance for the error induced through truncating the range of integration on the right |
PPOST |
posterior probability of the set of all |
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, \S
3.2.
postmys(23,0.16,3.99,0.5,0.5,1e-6)