Previous Page | Next Page

The SURVEYFREQ Procedure

Proportions

PROC SURVEYFREQ computes the estimate of the proportion in table cell as the ratio of the estimated total for the table cell to the estimated overall total,

     
     

If you request BRR variance estimation (by specifying the VARMETHOD=BRR option in the PROC SURVEYFREQ statement), the procedure estimates the variances of proportion estimates as described in the section Balanced Repeated Replication (BRR). If you request jackknife variance estimation (by specifying the VARMETHOD=JACKKNIFE option), the procedure estimates the variances as described in the section The Jackknife Method.

If you do not specify the VARMETHOD= option or a REPWEIGHTS statement, the default variance estimation method is Taylor series, which you can also request with the VARMETHOD=TAYLOR option. By using Taylor series linearization, the variance of a proportion estimate can be expressed as

     

where if ,

     
     
     

and if ,

     

The standard error of the proportion is computed as

     

Similarly, the estimate of the proportion in row is

     

And its variance estimate is

     

where if ,

     
     
     

and if ,

     

The standard error of the proportion in row is computed as

     

Computations for the proportion in column are done in the same way.

Previous Page | Next Page | Top of Page