sas proc transpose supports notrsorted option %let pgm=utl-sas-proc-transpose-supports-notsorted-option; sas proc transpose supports notrsorted option I did not know ...
To make this crosstabulation of time of day and choice of radio programming, you must have a data set that contains a variable for time of day and a variable for programming preference. PROC TRANSPOSE ...
I did not know that proc transpose supported NOTSORTED. Might be useful to avoid this error. ERROR: The current BY group has NAME = SAM and the next BY group has NAME ...
The CORRESP procedure can read or create a contingency or Burt table. PROC CORRESP is generally more efficient with VAR statement input than with TABLES statement input. TABLES statement input ...