Hi all,
I am investigating the effect of the Euro on cross-border mergers and acquisitions (total value of M&As between a source country and target country). In my panel data set, I have generated country pairs by coupling the source and target country (e.g. AustraliaAustria [IDCross in the code below]) for each year.
However, I only have 4076 observations (i.e. years in which there is M&A activity from a particular source country to a target country) on a total of 16848 total rows (number of country pairs multiplied by the number of years). As I have taken the data from Thomson SDCs M&A Database, it could well be that the 'zero' observations in the remaining 12770 rows are 'true zeros', meaning that there was no M&A activity between the two respective countries in that particular year. However, it could also be that this is due to missing data, as countries such as the Slovak Republic and Slovenia are included (for which data may very well not have been recorded in Thomson). I am in doubt as to whether I should run my regressions solely on the set of observations that I have, or that I could run it on the entire set? How is the large number of zero observations going to affect my results?
I am investigating the effect of the Euro on cross-border mergers and acquisitions (total value of M&As between a source country and target country). In my panel data set, I have generated country pairs by coupling the source and target country (e.g. AustraliaAustria [IDCross in the code below]) for each year.
Code:
xtset IDCross Year, yearly
Comment