With enormous thanks to Scott Merryman's suggested syntax, I
have successfully created a map of core-based statistical
areas using spmap.
First, I wish to confirm that I understand how the data are
classified when using the clmethod(custom) option.
# delimit;
spmap numberoffreeclinics if conterminous using "uscoordinates2",
id(id) ndfc(white) fc(Blues) ocolor(gs12 ..) clmethod(custom)
clbreaks (0 1 2 3 4 32)
This produces a legend with:
0,1
1,2
2,3
3,4
4,32
Should the first group be interpreted to include or exclude 1?
My goal is to produce five groups, with the first group
containing only 0s, the second group containing only 1s, etc.
In other words, I want to distinguish CBSAs with 0, 1, 2, 3,
or 4+ [free clinics].
Second, I also wish to add state outlines, if possible.
The map that is produced uses core-based statistical area
boundaries (CBSAs) from the U.S. Census. Is there a way to
overlay state boundary outlines? This would make it much
easier to identify the location of the CBSAs. At a minimum, is
it possible to add a complete outline of the US?
Thank you very much.
Julie Darnell
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/