Thanks Nick
But the code above would "only" caluculate the impact of the specific combination of charateristics that are listed in the table.What I would like to see is which of the charateristics (for instance "A") has what kind of impact on the revenue? And what impact all possible combinations have (for instance "A" with "C" or "C" with "D")?
The values A, C or D represent specific charateristics/attributes of a company. Thats why it can be the case that "C,A" appears twice (two companies with the same attributes). You are right "A,D,D" was a mistake and should be "A,C,D".
So is there a way of splitting the comma separated charateristics and compute for instance a qualitative comparative analysis in STATA? Or can I do this with another method ?
But the code above would "only" caluculate the impact of the specific combination of charateristics that are listed in the table.What I would like to see is which of the charateristics (for instance "A") has what kind of impact on the revenue? And what impact all possible combinations have (for instance "A" with "C" or "C" with "D")?
The values A, C or D represent specific charateristics/attributes of a company. Thats why it can be the case that "C,A" appears twice (two companies with the same attributes). You are right "A,D,D" was a mistake and should be "A,C,D".
So is there a way of splitting the comma separated charateristics and compute for instance a qualitative comparative analysis in STATA? Or can I do this with another method ?
Comment