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
Questions regarding Modelling both Sample Selection Bias and Endogenous Treatment BiasDear Statalist, Hi. This is the first time I post questions on the forum. I apologize if my post is…
Creating indicator variables from multiple categorical variableHello, I wanted to create an indicator variable combining two or more categorical variable. So for …
FmmHi, I have an FMM model with three class. Because the dv is binary, logistic regression is used. Le…
Time-series regression with varying independent variables over timeDear forum, I am new to this forum and want to ask for your opinion on a time-series regression (20…
Panel data format: varlist as IDsHello Statalisters, I have the following daily data shape: date day city_1_price_A ... city_70_pric…
Subscribe to:
Post Comments (Atom)
0 Response to Margins in logit
Post a Comment