Hi all,
I am trying to use the spmap command to create a map of the UK to show how attitudes towards immigration vary by region. I am using British Electoral Study data. My data set is different so the variable labels are not the same, but I have followed accurately all the commands here: https://www.stata.com/support/faqs/g...pmap-and-maps/
When I actually try and run the spmap command:
spmap using "coord.dta", id(stid) ocolor(black) osize(vthin)
I get this error message:
option la() not allowed
r(198);
Has anyone come across this message before and if so can they advise on what its telling me and how to get around it. I'm not using any la() option in the command so I don't understand why it's telling me that option isn't allowed.
Many thanks,
Andy
I am trying to use the spmap command to create a map of the UK to show how attitudes towards immigration vary by region. I am using British Electoral Study data. My data set is different so the variable labels are not the same, but I have followed accurately all the commands here: https://www.stata.com/support/faqs/g...pmap-and-maps/
When I actually try and run the spmap command:
spmap using "coord.dta", id(stid) ocolor(black) osize(vthin)
I get this error message:
option la() not allowed
r(198);
Has anyone come across this message before and if so can they advise on what its telling me and how to get around it. I'm not using any la() option in the command so I don't understand why it's telling me that option isn't allowed.
Many thanks,
Andy