Is there an issue with SPMAP in Stata 14.1? I have used SPMAP frequently in earlier versions of stata without any trouble - but this evening, wanting to update an old graph, I ran *exactly* the same spmap command as previously worked, only to find an error message
invalid 'Moultrie'
r(198)
A truly bizarre error, as somewhere my surname is being passed across as a variable / macro????! The only thing that has changed is a new version of Stata.
After opening the UNfertdata.dta file (which has the appropriate id for the worldcoord.dta file - it used to work!) - and using the command line
spmap TFR1970 using "E:\My Documents\Applications\ShapeFiles\worldcoord.dta", id(id) fcolor(Rainbow) clmethod(custom) clbreaks(1 2 3 4 5 6 7 8) legcount
(Which also used to work).
Most grateful for any clues/hints - the two necessary files are attached should anyone want to attempt to reproduce the error....
invalid 'Moultrie'
r(198)
A truly bizarre error, as somewhere my surname is being passed across as a variable / macro????! The only thing that has changed is a new version of Stata.
After opening the UNfertdata.dta file (which has the appropriate id for the worldcoord.dta file - it used to work!) - and using the command line
spmap TFR1970 using "E:\My Documents\Applications\ShapeFiles\worldcoord.dta", id(id) fcolor(Rainbow) clmethod(custom) clbreaks(1 2 3 4 5 6 7 8) legcount
(Which also used to work).
Most grateful for any clues/hints - the two necessary files are attached should anyone want to attempt to reproduce the error....
Comment