Hi Folks,
I'd like to calculate marginal effects for an OLS regression which includes an indicator variable. For ease this is the following regression.
My indicator variable, ysport has four different categories 1 to 4.
I've been reading the following paper on the Stata Journal, however, it appears they only deal with binary indicators (0 1)
I would like to see calculate the marginal effect for logsport on the DV loggrant.
http://www.stata-journal.com/sjpdf.h...iclenum=st0260
I would like to carry out something similar to what is presented on page 319 of the above link.
Any help welcome.
I'd like to calculate marginal effects for an OLS regression which includes an indicator variable. For ease this is the following regression.
Code:
regress loggrant logpop lpop19 logunemploy logsport i.ysport, robust
I've been reading the following paper on the Stata Journal, however, it appears they only deal with binary indicators (0 1)
I would like to see calculate the marginal effect for logsport on the DV loggrant.
http://www.stata-journal.com/sjpdf.h...iclenum=st0260
I would like to carry out something similar to what is presented on page 319 of the above link.
Any help welcome.

Comment