Hi,
I am looking for someone who can help me with the point option of spmap in stata. What elements should be contained in the database for the point option.
I want to represent visually the correlation between two variables (drought and conflicts), one with colors on the geographical territory and the other with points
Should I merge the two databases for the two variables I want to represent?
Here is the code that I enter in stata but it does not work
spmap using "INDDcoo.dta",id(_ID) fcolor(white) ///
point(x(x_coo) y(y_coo) ///
by(conflict) size(*1.2) fcolor(red) ///
ocolor(white...) osize(*0.5...) legenda(on) ///
legcount) ///
legend(pos(4) size(*1.4) rowgap(1.2)) ///
spmap premonsoon15 using "INDDcoo.dta",id(_ID) fcolor(white) ///
point(x(x_coo) y(y_coo) ///
by(conflict) size(*1.2) fcolor(red) ///
ocolor(white...) osize(*0.5...) legenda(on) ///
legcount) ///
legend(pos(4) size(*1.4) rowgap(1.2)) ///
Thks
Related Posts with spmap option point
Minimum or maximum from a set contained in global macroHi, I would like to create a local macro that would contain only the maximum value of a set contain…
Reporting format for Stata's own commandsDear All, I've noticed just now that some of Stata's own commands report the output diagnostics usi…
Availability of PDF format for graph exportDear All, Stata's electronic help files for graph export mention availability of different file for…
inverse order of global macro listHI, I would like to inverse the order of a global macro list: Code: global M_per 6 12 24 36 72 12…
Semi-parametric regression with figure for large datasetDear, Greetings. I have used semipar function of Stata with graph option for 426,000 observations t…
Subscribe to:
Post Comments (Atom)
0 Response to spmap option point
Post a Comment