Overview When you analyze your data, you may need to determine how variable values are distributed through the data. To do so, you can create frequency tables, which show the distribution of variable values both as percentages of a total and as counts of data. The FREQ procedure in Base SAS creates one-way frequency tables and two-way and n-way crosstabulation tables. It can also compute measures of association and of agreement, and organize output by stratification variables. |