Hello,
I'm trying to visually present which zip codes Cuban immigrant offenders return to in Florida. In my dataset, I have a total of 182,509 ex-prisoners, along with the zip codes that they return to. Cuban immigrants are denoted by the dichotomous measure "Cuba" in my dataset.
When I run the following command, I am able to see the map that displays the zip codes for the state of Florida but it does not uniquely identify (highlight in color) the zip codes that Cubans return to.
spmap Cuba using "D:\Maps\cenzcta2010_feb12_shp.dta", id(id)
On the other hand, by running the code below. I am able to see the zip codes that Cubans return to, but the map itself, is incomplete (missing all the other Florida zip codes).
spmap using "D:\Maps\cenzcta2010_feb12_shp.dta" if CUBA==1, id(id)
Any help with this is greatly appreciated.
Related Posts with Help with spmap
Different results for odds ratios: Logit coefficients vs margins commandHello everyone, unfortunately, I can't tell you which Stata-Version I was using, since I used a rem…
Stata not detecting the Latin Modern 'LaTeX' fontDear all, I recently installed the Latin Modern font family on my computer. Many of you will probab…
Unbalanced Panel Regression techniqueHello I am new to STATA. I have an unbalanced panel where my data description is represented as: pan…
Putexcel modfiy dont work as intendedPutexcel modify don't work as intended I have made a Gantt chart for project management where I wan…
Italics in part of string variable / y-axis labelsHi I have made a graph in Stata and I created the y-axis labels using data from a number of variabl…
Subscribe to:
Post Comments (Atom)
0 Response to Help with spmap
Post a Comment