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)
Rolling regression for two independent variables from panel dataHello everyone, I am new to stata and for my dissertation I have panel data that looks like this. es…
issues with clustering in ivreghdfe - insufficient observationsI needed some advice on clustering while using ivreghdfe. My code is - HTML Code: ivreghdfe yvar (…
Add summary statistics in a graphHey, I am plotting the graph of an event study. I want to plot in the graph some information like t…
What does 'egen newvar=cut(var), group(#)' meanDear Stata users, In the funtion -egen-, we can invoke -egen newvar=cut(var), group(#)- to generate…
how to obtain probability of point estimates in a two equation poisson models Code: * Example generated by -dataex-. To install: ssc install dataex clear input byte(y1 y2) float…
Subscribe to:
Post Comments (Atom)
0 Response to Unable to merge data: obtaining return code r(601)
Post a Comment