Skip to content

Instantly share code, notes, and snippets.

@doraiso
Last active June 2, 2017 11:26
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 doraiso/26bfb03f12e30f0d47e84de26d2f4757 to your computer and use it in GitHub Desktop.
Save doraiso/26bfb03f12e30f0d47e84de26d2f4757 to your computer and use it in GitHub Desktop.
SAS Sample
proc univariate data=monkey_1_1 normal plot;
var HEIGHT;
output out=wk1 n=n mean=mean std=std median=median;
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment