I'm working on a project in which we analyze firms' location decision, i.e. the decision in which country to locate. Unfortunately, our variable of interest is available for one year only and, hence, we have to work with cross-sectional data. Our data set looks like this:
Code:
Location | Country | Subsidiary | Parent firm | Control variables |
1 | US | ABC | X | ... |
0 | UK | ABC | X | ... |
0 | AT | ABC | X | ... |
Code:
clogit Location VariableOfInterest $controlvariables, group(Subsidiary) nonest vce(cluster Industry)
We further wonder whether there are any special issues with regard to the post-estimation commands, such as margins (from here we already got that it might not be possible to estimate reliable marginal effects).
Thank you very much in advance and best regards,
Thomas
0 Response to Conditional logit (clogit) for cross-sectional data
Post a Comment