Example: air traffic controller
Identifying Duplicate Values

Identifying Duplicate Values

Back to document page

PROC FREQ may produce voluminous output, however, depending on the number of IDs. Output the frequency counts to a SAS data set, and run PROC FREQ on the Frequency variable to summarize duplicates: proc freq data=test noprint; tables id/out=freqs; run; The NOPRINT option on the PROC FREQ statement suppresses printed output.

  Corps, Freq, Proc freq

Download Identifying Duplicate Values


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries