Hi,

I am using a log-log model specification:

Code:
reg lnY lnX1 lnX2 lnX1*lnX2
In this case, the interpretation would be: "A 1% increase in X1 is associated with beta1% change in Y".

So, I would like to plot a graph showing 1) the marginal effect of X1 on Y and 2) the marginal effect of the interaction terms.

How can the -marginsplot- command be used with the logs of the independent and dependent variables?

Thank you very much in advance.