Hello everyone,
For my bachelor thesis I examine the effect of business terrorism and non-business terrorism on cross-border M&A. I am struggling with making and combining the dataset for this research for a week now, so I hope someone can help me.
For M&A deals, I extract data from Thomson One. I have a dataset with all the deals per row, from 1980 till 2016. The variables are target country, acquirer country, deal value and deal date.
For terrorism data I extract data from GTD (global terrorism database). First, I adjusted the excel file, and then I uploaded it to Stata.
In the rows I have single terror attack since 1980 till 2016, with variables of date, country, number of deaths, and target type. Target type consists of 16 categories, the first is business and the other 15 are non-business.
I tried to work with the data in excel. I wanted to count all terror attacks specified by target type, year and country. The results should be the sum of all business and non-business terror attacks and the sum of all casualties per country per year. But to do this manually in excel would take a whole week with the amount of data I have.
So I want to create 4 variables:
For my bachelor thesis I examine the effect of business terrorism and non-business terrorism on cross-border M&A. I am struggling with making and combining the dataset for this research for a week now, so I hope someone can help me.
For M&A deals, I extract data from Thomson One. I have a dataset with all the deals per row, from 1980 till 2016. The variables are target country, acquirer country, deal value and deal date.
For terrorism data I extract data from GTD (global terrorism database). First, I adjusted the excel file, and then I uploaded it to Stata.
In the rows I have single terror attack since 1980 till 2016, with variables of date, country, number of deaths, and target type. Target type consists of 16 categories, the first is business and the other 15 are non-business.
I tried to work with the data in excel. I wanted to count all terror attacks specified by target type, year and country. The results should be the sum of all business and non-business terror attacks and the sum of all casualties per country per year. But to do this manually in excel would take a whole week with the amount of data I have.
So I want to create 4 variables:
- BUSSTERR: number of business terrorist attacks per country per year
- NONBUSSTERR: number of non-business terrorist attacks per country per year
- BUSCAS: number of business casualties per country per year
- NONBUSCAS: number of non-business casualties per country per year.
Comment