Example: marketing

Identifying Duplicate Values

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.

Tags:

  Corps, Freq, Proc freq

Information

Domain:

Source:

Link to this page:

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

Other abuse

Advertisement

Related search queries