Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Using PROC FREQ to Export Descriptive Statistics

Using PROC FREQ to Export Descriptive Statistics [Pg.248]

PROC FREQ can be used to export frequencies of categorical data simply by specifying the OUT= option in the TABLES statement like this  [Pg.248]

The resulting freqs data set contains the BY variable trt, a, b, and the cell frequency count and percentage percent variables. Row and column percentages can be added to the output data set by specifying the OUTPCT option. If you also want the totals row and column that you see in your PROC FREQ listing output, you can use ODS to export that to a data set called freqs  [Pg.249]

Remember that if you do not want to exclude missing values from your counts or from the denominators of your percentage calculations, you need to specify the MISSING option in your TABLES statement. [Pg.249]


See other pages where Using PROC FREQ to Export Descriptive Statistics is mentioned: [Pg.247]   


SEARCH



Descriptive statistics

Exported

Exporting

Procative

Statistical description

© 2024 chempedia.info