Example: bankruptcy
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.
Download Identifying Duplicate Values
Information
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document: