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
Filtering in a time series with gaps due to entity change and missing dataDear all Sorry for posting the same question again. I couldn't elicit any response, could be due to …
P-valuesHi Dear, 1) If a test e.g. a t-test is conducted at 95 % confidence level, and we get p-values such…
Is this coding right? Getting weird resultsHello, I have 168 cases and 860 controls and 211 missing data. I have done a 2:1 matching for cases…
Writing a code to identify 8-10 consecutive points below meanHi, I have a huge dataset (n=12000) with variables of interest: date and cholesterol level. For each…
Counting distinct values by groupHello, I have a data-set with a unique id (permno) and time (date). I have taken the year of this d…
Subscribe to:
Post Comments (Atom)
0 Response to Margins in logit
Post a Comment