Dear all,
for our master thesis we are writing about corporate failure prediction, therefore we have to use STATA for numerous research purposes. But as we are real STATA dummies we are stranded at this point since we do not know how to solve our first STATA problem.
We have a sample of both failed and non-failed companies for each year (2010 - 2014), know we want to match a company in the failed group to a company in the non-failed group. We want to do this on the following variables: Country, Industry (NACE codes), Publicly quoted and size. Our work leader suggested we do this by propensity score matching and the psmatch2 in STATA. We have tried to start with this problem with the 'joinby' command in STATA, but we noticed that this is a merge command and therefore we got duplicates in the results.
So:
PS: our work leader suggested that we had to 'append' the datasets of failed and non-failed companies in in the initial stage, this step is completed but we do not know if this is still necessary for us...
for our master thesis we are writing about corporate failure prediction, therefore we have to use STATA for numerous research purposes. But as we are real STATA dummies we are stranded at this point since we do not know how to solve our first STATA problem.
We have a sample of both failed and non-failed companies for each year (2010 - 2014), know we want to match a company in the failed group to a company in the non-failed group. We want to do this on the following variables: Country, Industry (NACE codes), Publicly quoted and size. Our work leader suggested we do this by propensity score matching and the psmatch2 in STATA. We have tried to start with this problem with the 'joinby' command in STATA, but we noticed that this is a merge command and therefore we got duplicates in the results.
So:
- Problem: matching of failed and non-failed sample
- Variables for matching:
- Country
- Industry
- Size
- Publicly quoted
PS: our work leader suggested that we had to 'append' the datasets of failed and non-failed companies in in the initial stage, this step is completed but we do not know if this is still necessary for us...

Comment