PROC SURVEYFREQ computes the estimate of the proportion in table cell (r, c) as the ratio of the estimated total for the table cell to the estimated overall total,
PROC SURVEYFREQ estimates the variances of the proportion estimates by using the variance estimation method that you request. If you request a replication method (bootstrap, BRR, jackknife, or replicate weights), the procedure estimates the variances as described in the section Replication Variance Estimation. By default, PROC SURVEYFREQ estimates variances by using the Taylor series method (which you can also request by specifying the VARMETHOD=TAYLOR option).
By using Taylor series linearization, the variance of a proportion estimate can be expressed as
The standard error of the proportion is computed as
Similarly, the estimate of the proportion in row r is
And its variance estimate is
The standard error of the proportion in row r is computed as
Computations for the proportion in column c are done in the same way.