I am trying to draw a map of every department of Ecuador, taking into account the population of 2020. However, when trying to apply the command, the following message appears:
variable i not found
(error occurred while loading spmap_color.ado)
I am using the following command:
spmap year_2020 using "/Users/mendizabals/Desktop/provincias_coord.dta", id (Provincias_id)
I am 100% sure that I have (Provincias_id) as variable in my database.
Please, someone, help me to solve this problem.
variable i not found
(error occurred while loading spmap_color.ado)
I am using the following command:
spmap year_2020 using "/Users/mendizabals/Desktop/provincias_coord.dta", id (Provincias_id)
I am 100% sure that I have (Provincias_id) as variable in my database.
Please, someone, help me to solve this problem.

Comment