Prev: How to display grid?
Next: Missing values
From: Kumar Mainali on 23 Dec 2009 04:27 Hello again, Below is my code for creating boxplot of savings in each of the days of the week. I would like to display y axis value for each of the quartiles. Any help? Thanks, Kumar *proc* *sort* data = alllist; by day; *run*; goptions reset = all; *proc* *boxplot* data = alllist; plot saving_perc*end_day; *run*;
|
Pages: 1 Prev: How to display grid? Next: Missing values |