Hey, I am doing an analysis in stata and i am a bit confused. I have this logit regression:
Dealcompletion = β0 + β1 politicaldistance + β5 politicaldistance*EU membership + ∑ Control variables (β3 targetsize +β4 dealvalue + β5 Cash) + ε
So I have independent variable politicaldistance and interaction term politicaldistance*EUmembership, also control variables (β3 targetsize +β4 dealvalue + β5 Cash)
In order to run a logic regression I use the code:
logit Deal completion political distance c.politicaldistance#c.age targetsize dealvalue Cash, nolog
Is it a correct code for logit regression?
I also need to check the marginal effect of political distance on deal completion, so should i use the following code?
margins, dydx(*) ????
Will it show the margins for all my variables including the interaction term and control variables?
Related Posts with Margins in logit
How to find out if a string contains a specific string in it?Hey, what should I use in a conditional statement in order to execute a command only on observation…
Merging datasetshello i'm trying to merge two datasets but I'm not sure if what I'm trying to do (which is not worki…
Create a dataset from the current datasetHello Can someone help me create a dataset from my current dataset? I have the following dataset: …
sslope: standardized or unstandardized coefficients?Hi, I'm not that familiar with stata and testing interaction effects and have a question about sslo…
Help with merging aggregate data to survey dataDear Stata list members, I am currently trying to add several macro indicators from the Eurostat da…
Subscribe to:
Post Comments (Atom)
0 Response to Margins in logit
Post a Comment