I get frustrated time and again by the fact that join variables need to have identical names in both datasets for Stata to perform the join, so finally I decided to ask.
In SQL, names don't matter as long as I specify, which variables to match on e.g. "SELECT * FROM a, b WHERE a.v1 = b.v2"
Why can't it work in similar fashion in Stata? I'd appreciate any explanations that could soothe my pain over this issue.
Related Posts with Joining when the join variable has a different name in two datasets
Exporting Tables from StataHello. I am currently writing my thesis and I have finished all my analysis. However, I am now strug…
ppml cluster - Gravity on product level with only one importerDear all I am evaluating the effect on american imports of the trade war dispute between China and …
Pearson's Chi Square - interested in the significance of one rowHi please see my output: Code: . tabulate tv3 group , chi2 cchi2 +-------------------+ | Key …
Set Dummy Variable = 1 if the Dummy Variable left to it == 1Hello everybody, I'm stuck on a very basic problem, I think. I need to set a dummy variable (year) …
Combining Monthly and Yearly DataI am working on inflation time series data. I have Yearly and Monthly data but cannot do tset becaus…
Subscribe to:
Post Comments (Atom)
0 Response to Joining when the join variable has a different name in two datasets
Post a Comment