worldbank / Stata-IE-Visual-Library

This is a repository maintained by DIME Analytics and containing example graphs on how to explore data sets and display results of Impact Evaluations using Stata. For information on how to contribute to the library and download codes and data sets, click on the link to GitHub below.
MIT License
48 stars 23 forks source link

Maps do not have data file #39

Closed xyc9471 closed 5 years ago

xyc9471 commented 5 years ago

The codes of 'Maps' have one line that does not work:

merge 1:1 iso_a2 using data, keep(1 3) nogen

Stata states there is no data.dta file. In the folder "Map displaying levels of a variable", there is no data.dta file.

luizaandrade commented 5 years ago

@bbdaniels, do you still have the data set for this graph?

bbdaniels commented 5 years ago

Hm, this isn't mine, sorry!

bbdaniels commented 5 years ago

I added a new map with working code and data however in https://github.com/worldbank/Stata-IE-Visual-Library/pull/45

luizaandrade commented 5 years ago

Oops, sorry. I think this must be Marcela's then. Thanks for the new map!

xyc9471 commented 5 years ago

The codes of 'Maps' have one line that does not work:

merge 1:1 iso_a2 using data, keep(1 3) nogen

Stata states there is no data.dta file. In the folder "Map displaying levels of a variable", there is no data.dta file.

Uploaded the data needed for map, now the code works.