Binomial Proportion

If you specify the BINOMIAL option in the TABLES statement, PROC FREQ computes the binomial proportion for one-way tables. By default, this is the proportion of observations in the first variable level that appears in the output. (You can use the LEVEL= option to specify a different level for the proportion.) The binomial proportion is computed as

     

where is the frequency of the first (or designated) level and is the total frequency of the one-way table. The standard error of the binomial proportion is computed as

     

Binomial Confidence Limits

By default, PROC FREQ provides asymptotic and exact (Clopper-Pearson) confidence limits for the binomial proportion. If you do not specify any confidence limit requests with binomial-options, PROC FREQ computes the standard Wald asymptotic confidence limits. You can also request Agresti-Coull, Jeffreys, and Wilson (score) confidence limits for the binomial proportion. See Brown, Cai, and DasGupta (2001), Agresti and Coull (1998), and Newcombe (1998) for details about these binomial confidence limits, including comparisons of their performance.

Wald Confidence Limits

The standard Wald asymptotic confidence limits are based on the normal approximation to the binomial distribution. PROC FREQ computes the Wald confidence limits for the binomial proportion as

     

where is the th percentile of the standard normal distribution. The confidence level is determined by the ALPHA= option, which, by default, equals 0.05 and produces 95% confidence limits.

If you specify the CORRECT binomial-option or the BINOMIALC option, PROC FREQ includes a continuity correction of in the Wald asymptotic confidence limits. The purpose of this correction is to adjust for the difference between the normal approximation and the binomial distribution, which is a discrete distribution. See Fleiss, Levin, and Paik (2003) for more information. With the continuity correction, the asymptotic confidence limits for the binomial proportion are computed as

     
Agresti-Coull Confidence Limits

If you specify the AGRESTICOULL binomial-option, PROC FREQ computes Agresti-Coull confidence limits for the binomial proportion as

     

where

     
     
     

The Agresti-Coull confidence interval has the same basic form as the standard Wald interval but uses in place of . For = 0.05, the value of is close to 2, and this interval is the "add 2 successes and 2 failures" adjusted Wald interval in Agresti and Coull (1998).

Jeffreys Confidence Limits

If you specify the JEFFREYS binomial-option, PROC FREQ computes the Jeffreys confidence limits for the binomial proportion as

     

where is the th percentile of the beta distribution with shape parameters and . The lower confidence limit is set to 0 when , and the upper confidence limit is set to 1 when . This is an equal-tailed interval based on the noninformative Jeffreys prior for a binomial proportion. See Brown, Cai, and DasGupta (2001) for details. See Berger (1985) for information about using beta priors for inference on the binomial proportion.

Wilson (Score) Confidence Limits

If you specify the WILSON binomial-option, PROC FREQ computes Wilson confidence limits for the binomial proportion. These are also known as score confidence limits and are attributed to Wilson (1927). The confidence limits are based on inverting the normal test that uses the null proportion in the variance (the score test). Wilson confidence limits are the roots of

     

and are computed as

     

The Wilson interval has been shown to have better performance than the Wald interval and the exact (Clopper-Pearson) interval. See Agresti and Coull (1998), Brown, Cai, and DasGupta (2001), and Newcombe (1998) for more information.

Exact (Clopper-Pearson) Confidence Limits

Exact (Clopper-Pearson) confidence limits for the binomial proportion are constructed by inverting the equal-tailed test based on the binomial distribution. This method is attributed to Clopper and Pearson (1934). The exact confidence limits and satisfy the following equations, for :

     
     

The lower confidence limit equals when , and the upper confidence limit equals when .

PROC FREQ computes the exact (Clopper-Pearson) confidence limits by using the distribution as

     
     

where is the th percentile of the distribution with and degrees of freedom. See Leemis and Trivedi (1996) for a derivation of this expression. Also see Collett (1991) for more information about exact binomial confidence limits.

Because this is a discrete problem, the confidence coefficient (or coverage probability) of the exact (Clopper-Pearson) interval is not exactly () but is at least (). Thus, this confidence interval is conservative. Unless the sample size is large, the actual coverage probability can be much larger than the target value. See Agresti and Coull (1998), Brown, Cai, and DasGupta (2001), and Leemis and Trivedi (1996) for more information about the performance of these confidence limits.

Binomial Tests

The BINOMIAL option provides an asymptotic equality test for the binomial proportion by default. You can also specify binomial-options to request tests of noninferiority, superiority, and equivalence for the binomial proportion. If you specify the BINOMIAL option in the EXACT statement, PROC FREQ also computes exact p-values for the tests that you request with the binomial-options.

Equality Test

PROC FREQ computes an asymptotic test of the hypothesis that the binomial proportion equals , where you can specify the value of with the P= binomial-option. If you do not specify a null value with P=, PROC FREQ uses by default. The binomial test statistic is computed as

     

By default, the standard error is based on the null hypothesis proportion as

     

If you specify the VAR=SAMPLE binomial-option, the standard error is computed from the sample proportion as

     

If you specify the CORRECT binomial-option or the BINOMIALC option, PROC FREQ includes a continuity correction in the asymptotic test statistic, towards adjusting for the difference between the normal approximation and the discrete binomial distribution. See Fleiss, Levin, and Paik (2003) for details. The continuity correction of is subtracted from the numerator of the test statistic if is positive; otherwise, the continuity correction is added to the numerator.

PROC FREQ computes one-sided and two-sided -values for this test. When the test statistic is greater than zero (its expected value under the null hypothesis), PROC FREQ computes the right-sided -value, which is the probability of a larger value of the statistic occurring under the null hypothesis. A small right-sided -value supports the alternative hypothesis that the true value of the proportion is greater than . When the test statistic is less than or equal to zero, PROC FREQ computes the left-sided -value, which is the probability of a smaller value of the statistic occurring under the null hypothesis. A small left-sided -value supports the alternative hypothesis that the true value of the proportion is less than . The one-sided -value can be expressed as

     

where has a standard normal distribution. The two-sided p-value is computed as .

If you specify the BINOMIAL option in the EXACT statement, PROC FREQ also computes an exact test of the null hypothesis . To compute the exact test, PROC FREQ uses the binomial probability function,

     

where the variable has a binomial distribution with parameters and . To compute the left-sided p-value, , PROC FREQ sums the binomial probabilities over from zero to . To compute the right-sided p-value, , PROC FREQ sums the binomial probabilities over from to . The exact one-sided p-value is the minimum of the left-sided and right-sided p-values,

     

and the exact two-sided p-value is computed as .

Noninferiority Test

If you specify the NONINF binomial-option, PROC FREQ provides a noninferiority test for the binomial proportion. The null hypothesis for the noninferiority test is

     

versus the alternative

     

where is the noninferiority margin and is the null proportion. Rejection of the null hypothesis indicates that the binomial proportion is not inferior to the null value. See Chow, Shao, and Wang (2003) for more information.

You can specify the value of with the MARGIN= binomial-option, and you can specify with the P= binomial-option. By default, and .

PROC FREQ provides an asymptotic Wald test for noninferiority. The test statistic is computed as

     

where is the noninferiority limit,

     

By default, the standard error is computed from the sample proportion as

     

If you specify the VAR=NULL binomial-option, the standard error is based on the noninferiority limit (determined by the null proportion and the margin) as

     

If you specify the CORRECT binomial-option or the BINOMIALC option, PROC FREQ includes a continuity correction in the asymptotic test statistic . The continuity correction of is subtracted from the numerator of the test statistic if is positive; otherwise, the continuity correction is added to the numerator.

The p-value for the noninferiority test is

     

where has a standard normal distribution.

As part of the noninferiority analysis, PROC FREQ provides asymptotic Wald confidence limits for the binomial proportion. These confidence limits are computed as described in the section Wald Confidence Limits but use the same standard error (VAR=NULL or VAR=SAMPLE) as the noninferiority test statistic . The confidence coefficient is % (Schuirmann 1999). By default, if you do not specify the ALPHA= option, the noninferiority confidence limits are % confidence limits. You can compare the confidence limits to the noninferiority limit, .

If you specify the BINOMIAL option in the EXACT statement, PROC FREQ provides an exact noninferiority test for the binomial proportion. The exact p-value is computed by using the binomial probability function with parameters and ,

     

See Chow, Shao, Wang (2003, p. 116) for details. If you request exact binomial statistics, PROC FREQ also includes exact (Clopper-Pearson) confidence limits for the binomial proportion in the equivalence analysis display. See the section Exact (Clopper-Pearson) Confidence Limits for details.

Superiority Test

If you specify the SUP binomial-option, PROC FREQ provides a superiority test for the binomial proportion. The null hypothesis for the superiority test is

     

versus the alternative

     

where is the superiority margin and is the null proportion. Rejection of the null hypothesis indicates that the binomial proportion is superior to the null value. You can specify the value of with the MARGIN= binomial-option, and you can specify the value of with the P= binomial-option. By default, and .

The superiority analysis is identical to the noninferiority analysis but uses a positive value of the margin in the null hypothesis. The superiority limit equals . The superiority computations follow those in the section Noninferiority Test but replace – with . See Chow, Shao, and Wang (2003) for more information.

Equivalence Test

If you specify the EQUIV binomial-option, PROC FREQ provides an equivalence test for the binomial proportion. The null hypothesis for the equivalence test is

     

versus the alternative

     

where is the lower margin, is the upper margin, and is the null proportion. Rejection of the null hypothesis indicates that the binomial proportion is equivalent to the null value. See Chow, Shao, and Wang (2003) for more information.

You can specify the value of the margins and with the MARGIN= binomial-option. If you do not specify MARGIN=, PROC FREQ uses lower and upper margins of –0.2 and 0.2 by default. If you specify a single margin value , PROC FREQ uses lower and upper margins of – and . You can specify the null proportion with the P= binomial-option. By default, .

PROC FREQ computes two one-sided tests (TOST) for equivalence analysis (Schuirmann 1987). The TOST approach includes a right-sided test for the lower margin and a left-sided test for the upper margin. The overall p-value is taken to be the larger of the two p-values from the lower and upper tests.

For the lower margin, the asymptotic Wald test statistic is computed as

     

where the lower equivalence limit is

     

By default, the standard error is computed from the sample proportion as

     

If you specify the VAR=NULL binomial-option, the standard error is based on the lower equivalence limit (determined by the null proportion and the lower margin) as

     

If you specify the CORRECT binomial-option or the BINOMIALC option, PROC FREQ includes a continuity correction in the asymptotic test statistic . The continuity correction of is subtracted from the numerator of the test statistic if the numerator is positive; otherwise, the continuity correction is added to the numerator.

The p-value for the lower margin test is

     

The asymptotic test for the upper margin is computed similarly. The Wald test statistic is

     

where the upper equivalence limit is

     

By default, the standard error is computed from the sample proportion. If you specify the VAR=NULL binomial-option, the standard error is based on the upper equivalence limit as

     

If you specify the CORRECT binomial-option or the BINOMIALC option, PROC FREQ includes a continuity correction of in the asymptotic test statistic .

The p-value for the upper margin test is

     

Based on the two one-sided tests (TOST), the overall p-value for the test of equivalence equals the larger p-value from the lower and upper margin tests, which can be expressed as

     

As part of the equivalence analysis, PROC FREQ provides asymptotic Wald confidence limits for the binomial proportion. These confidence limits are computed as described in the section Wald Confidence Limits, but use the same standard error (VAR=NULL or VAR=SAMPLE) as the equivalence test statistics and have a confidence coefficient of % (Schuirmann 1999). By default, if you do not specify the ALPHA= option, the equivalence confidence limits are % limits. If you specify VAR=NULL, separate standard errors are computed for the lower and upper margin tests, each based on the null proportion and the corresponding (lower or upper) margin. The confidence limits are computed by using the maximum of these two standard errors. You can compare the confidence limits to the equivalence limits, .

If you specify the BINOMIAL option in the EXACT statement, PROC FREQ also provides an exact equivalence test by using two one-sided exact tests (TOST). The procedure computes lower and upper margin exact tests by using the binomial probability function as described in the section Noninferiority Test. The overall exact p-value for the equivalence test is taken to be the larger p-value from the lower and upper margin exact tests. If you request exact statistics, PROC FREQ also includes exact (Clopper-Pearson) confidence limits in the equivalence analysis display. The confidence coefficient is % (Schuirmann 1999). See the section Exact (Clopper-Pearson) Confidence Limits for details.