bi2by_ni_del {EQUIVNONINF} | R Documentation |
Objective Bayesian test for noninferiority in the two-sample setting with binary data and the difference of the two proportions as the parameter of interest
Description
Implementation of the construction described on pp. 185-6 of Wellek S (2010) Testing statistical hypotheses of equivalence and noninferiority. Second edition.
Usage
bi2by_ni_del(N1,N2,EPS,SW,NSUB,ALPHA,MAXH)
Arguments
N1 |
size of Sample 1 |
N2 |
size of sample 2 |
EPS |
noninferiority margin to the difference of success probabilities |
SW |
width of the search grid for determining the maximum of the rejection probability on the common boundary of the hypotheses |
NSUB |
number of subintervals for partitioning the range of integration |
ALPHA |
target significance level |
MAXH |
maximum number of interval halving steps to be carried out in finding the maximally admissible nominal level |
Details
The program uses 96-point Gauss-Legendre quadrature on each of the NSUB intervals into which the range of integration is partitioned.
Value
N1 |
size of Sample 1 |
N2 |
size of sample 2 |
EPS |
noninferiority margin to the difference of success probabilities |
NSUB |
number of subintervals for partitioning the range of integration |
SW |
width of the search grid for determining the maximum of the rejection probability on the common boundary of the hypotheses |
ALPHA0 |
result of the search for the largest admissible nominal level |
SIZE0 |
size of the critical region corresponding to |
SIZE_UNC |
size of the critical region of the test at uncorrected nominal level |
Author(s)
Stefan Wellek <stefan.wellek@zi-mannheim.de>
Peter Ziegler <peter.ziegler@zi-mannheim.de>
References
Wellek S: Statistical methods for the analysis of two-armed non-inferiority trials with binary outcomes. Biometrical Journal 47 (2005), 48–61.
Wellek S: Testing statistical hypotheses of equivalence and
noninferiority. Second edition. Boca Raton:
Chapman & Hall/CRC Press, 2010, \S
6.6.3.
Examples
bi2by_ni_del(20,20,.10,.01,10,.05,5)