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)
Creating a variable with several condition using the foreach loopHello Everyone, I am trying to create a variable ,"grad_AA", that will determine respondents' gradu…
Sensitivity analysis following mediation with suregGreetings, I'm running Stata 15.1 on a Mac OS and working with experimental data. I've been conduct…
Using World Values Survey Wave 7 in StataHello, I am getting started with using World Values Survey Wave 7 (WVS-7) in Stata. Is there anyone …
error using svy bootstrap with self-written programDear list, I want to calculate bootstrapped standard error (and pvalue) of the difference between t…
Select all variables based on suffixI want to select all variables that contain a certain suffix to store them in a macro. Any suggestio…
Subscribe to:
Post Comments (Atom)
0 Response to Unable to merge data: obtaining return code r(601)
Post a Comment