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
putdocx + loop --> label?Hello! I'm using a loop to output graphs and save them directly to Word. Is there a possibility to i…
Generate cases according to a number in variableDear All, How do we create a number of cases according to the number in a variable. For example I w…
How should I test significance between 2 groups?I have two groups. I want to measure whether group difference is significant or not. For example, in…
How to extract matrix elements to Word table using putdocx table?I have a matrix called matrix1 whose values are present and verified (e.g., using matrix list matrix…
How to calculate weighted mean incomeI want to calculate a weighted mean income for each state. Here is a part of the sample. (I randoml…
Subscribe to:
Post Comments (Atom)
0 Response to Help with spmap
Post a Comment