Hi all,
I have a dataset with data on the Gini index for Brazilian municipalities in 2010. I need to merge to this dataset an id variable called "ibge_mun_code", which is located in the dataset "finbra_codsiafi_2008.dta".
merge 1:1 ibge using finbra_codsiafi_2008.dta, keepusing(ibge_mun_code)
I have been unable to do the merge. Instead, I get the following error message: file finbra_codsiafi_2008.dta not found
I don't know the reason for this error. Both datasets are stored in the same folder. In addition, the filename "finbra_codsiafi_2008.dta" is correct. I re-checked several times.
Does anyone know how to fix this problem?
Thank you.
Related Posts with Unable to merge data: obtaining return code r(601)
Checking merges over a very large number of filesMy apologies in advance if this has been covered - I have looked but haven't found anything quite th…
What is the base category when two variables will interact with year dummy?Dear Stata User, I have one continuous independent variable (i.e., hhi), and other two variables d_n…
Changing structure of Data setI have an excel data set in the format having first Column as Date, and following Columns have daily…
endogeneityDear researchers, I am using the generalized DID model “Two way-fixed effect”. I have more than two …
Is beta regression model best for panel data type of data?Hello everyone, I am a newly registered member here, but I have been using this site already for th…
Subscribe to:
Post Comments (Atom)
0 Response to Unable to merge data: obtaining return code r(601)
Post a Comment