Hi everyone.
I have a confusion on how to interpret a LPM where we have a dummy dependent variable and a Log of expenditure as the independent one.
Will the interpretation be in percentage or percentage points?
Also, in what way will we transform the coefficient for interpretation? Will it be b * log(1.01)?
Related Posts with LPM interpretation. Dummy dependent variable and Log independent variable
Between Group Baseline Difference in Randomized Control Trial?I know many of you are much smarter than I.. I'm analyzing data for an RCT with relatively small n (…
Making long labels wrap into two lines using esttab on latexHi all, I am trying to tabulate some variables and export the data to latex using esttab (command f…
Customizing legend of twoway graph.Dear All, I am making a twoway graph as follows: Code: twoway (scatter daysMED week if dateWeek&…
How to export difference-in-differences table from Stata to Latex?I'm trying to export the results from a difference-in-differences from Stata to Latex. I tried the f…
generate random number using loopforv i = 1/10{ if mod(`i',2)==0 gen z`i' = rnormal() if mod(`i',2)==1 gen z`i' = runiform() } i want…
Subscribe to:
Post Comments (Atom)
0 Response to LPM interpretation. Dummy dependent variable and Log independent variable
Post a Comment