Procedure features: |
BLOCK
statement options:
|
STATISTIC= |
|
LEVELS= |
|
RELZERO | |
|
Sample library
member: |
GMPSTAT
|
This
example specifies the statistic for the response variable that
is displayed by the block map. The STATISTIC= option specifies that the statistic
is frequency rather than the default statistic (sum).
|
goptions reset=all border; |
|
title1 "Number of ZIP Codes per State";
footnote j=r "GMPSTAT"; |
|
proc gmap map=maps.us data=sashelp.zipcode all;
id state;
block zip / statistic=frequency
levels=5 relzero;
run;
quit; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.