If you specify the CLWT option in the TABLES statement, PROC SURVEYFREQ computes confidence limits for the weighted frequencies (totals) in the crosstabulation tables.
For the total in table cell (r, c), the confidence limits are computed as
![\[ \widehat{N}_{rc} \pm \left( t_{\mi{df}, \alpha /2} \times \mr{StdErr}(\widehat{N}_{rc}) \right) \]](images/statug_surveyfreq0091.png)
 where 
 is the estimate of the total frequency in table cell (r, c), 
 is the standard error of the estimate, and 
 is the 
th percentile of the t distribution with df degrees of freedom. (For more information, see the section Degrees of Freedom.) The confidence level 
 is determined by the value of the ALPHA=
                option; by default, ALPHA=0.05, which produces 95% confidence limits. 
            
The confidence limits for row totals, column totals, and the overall total are computed similarly to the confidence limits for table cell totals.
For each table request, PROC SURVEYFREQ produces a nondisplayed ODS table, "Table Summary," which contains the number of observations,
               strata, and clusters that are included in the analysis of the requested table. When you request confidence limits, the "Table
               Summary" data set also contains the degrees of freedom df and the value of 
 that is used to compute the confidence limits. For more information about this output data set, see  Example 109.3.