I want to combine datasets with monadic, country-year, with dyadic, interaction of two countries in a year, unit of analysis. I have ccode (unique country code) for every year in the monadic datasets and ccode1 and ccode2 (respective country codes for each country in a dyad for every year). I tried to combine the two datasets, but the combination only resulted in errors. How can I do that?
-
Login or Register
- Log in with
Comment