Dear All,
just a very quick question. I have a panel data under a frame named wdi and another one under the name kof. I would like to merge the two datasets. Is it possible to link the two datasets using something like merge m:m.
I tried the following:
However it does not work. Is there any solution to this? Possibly I am misinterpreting the meaning of frames.
Thanks in advanced,
Dario
just a very quick question. I have a panel data under a frame named wdi and another one under the name kof. I would like to merge the two datasets. Is it possible to link the two datasets using something like merge m:m.
I tried the following:
Code:
frlink m:m country year, frame(kof)
Thanks in advanced,
Dario
Comment