Hi,
I have two panel data-set and what to merge the two data set. I use the following code but I receive the error "r(459); variable firmid does not uniquely identify observations in the master data". I double-checked for duplicate observation and no duplicate observation reported. I would be grateful if you help regarding the error.
Code: megre dataset1 with dataset2
merge 1:1 firmid using dataset2
or
merge m:1 firmid using dataset2
Kindly,
Mahmoud
Related Posts with data merge: r(459);
tobit post-estimationI am trying to do a avplot after my tobit estimation to check for outliers/ extreme values here are…
unequal pairing of observations in propensity score matchingHi stata-users, I have used the following code to pair data (1:1) after running psmatch2 in a 1:1 f…
Export missings to fileHello everyone, thank you in advance for any insight you can provide to solve my problem. I need to…
spread one number within a groupI have a data set looking like this, when fic is not USA, local_markup is missing value. For the mis…
Omitted Variable in Margin Order Probit/LogitDear all, I'm having troubles with a simple ordered probit model. Indeed, I am doing a research to …
Subscribe to:
Post Comments (Atom)
0 Response to data merge: r(459);
Post a Comment