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
eventstudy2 longer event windowHello, I am currently working with eventwindow2 and tried to estimate an event period larger than +…
Estimating marginal effects for interactions in the second hurdle of double hurdle modelsHi there, I am running double hurdle models with data from a multi-round modified dictator game, us…
select the first or the last groupDear all, How can I write code more efficiently to select the first group or the last group membersh…
Codes of unit root tests with multiple structural breakHi, I am looking for the Stata code of the Lee & Strazicich unit root test from the following pa…
Need help with homework!!!Hey, My professor has asked us to work with stata. However, I have no idea about stata at all, I en…
Subscribe to:
Post Comments (Atom)
0 Response to Margins in logit
Post a Comment