Skip to content

Instantly share code, notes, and snippets.

@mepsrajput
Created April 14, 2022 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mepsrajput/1c43c54e4c94a32f880b0dc17ffa15f1 to your computer and use it in GitHub Desktop.
Save mepsrajput/1c43c54e4c94a32f880b0dc17ffa15f1 to your computer and use it in GitHub Desktop.
proc freq data = Gov_C_SAS;
tables state / nopercent nocum;
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment