Sunday, March 20, 2011

Plot histogram with normal curve and inset option

proc univariate data=mylib.titanic1;
title "Histogram for variable fare";
histogram fare/cfill=ligr normal cframe=liy barwidth=8 cv=black;
inset mean std max min;
run;

No comments:

Post a Comment