Using the SAS data set SASHELP.HEART, write all of the SAS c…
Using the SAS data set SASHELP.HEART, write all of the SAS code needed to produce a three-way frequency table for SEX, STATUS and WEIGHT_STATUS. Write the code so the tables are produced that have the values of SEX in the rows, WEIGHT_STATUS in the columns and separate tables across pages for values of STATUS.
Read Details