Dear Stata users,
I have two models with the same independant variables on the same dataset.
Model1: Y1 = alpha0 + alpha1 X1 + alpha2 X2 + error1
Model2: Y2 = beta0 + beta1 X1 + beta2 X2 + error2
These models only differ by their dependent variables Y1 and Y2.
Y1 and Y2 are two different measures of risk, and do not have identical scales and distributions.
X1 is the variable of interest and X2 represents control variables.
Because X1 is endogeneous, I estimate these models with an instrumental variable regression (IV).
Q1: Is it righ to compare the adjusted R-square in order to state that Model1 has more explanatory power than Model2 (assuming higher R-square for Model1)?
Q2: Is it right to compare the respective marginal effects of X1 on Y1 and X1 on Y2, and then conclude for instance that X1 has a higher marginal effect than X2?
Q3: Based on Q1 and Q2, can we say that X1 is better at explaining the cross-sectional variations in Y1 than in Y2?
Many thanks.
Bertrand
Stata13
Related Posts with Comparing two models with different dependent variables after an IV regression
Collapse command error message that has me stumpedI'm using the Collapse command in Stata to aggregate a series of numbers by different categories. Th…
Reverse Command Lookup for .gph File?Hi Everyone, I'm new to Stata, so apologies for the newbie question here. I'm wondering if there's …
Summation of several rows using the if conditionHello, I want to write a code that creates a value which is the summation of several rows. I have n…
fillin or expand?Dear All, The question is related to a previous post here. Now, the expanded data is Code: * Exampl…
How can I modify the variable label of a table output?Hi masters, I use table command to create a table, but I'm not satisfied with the table's output. T…
Subscribe to:
Post Comments (Atom)
0 Response to Comparing two models with different dependent variables after an IV regression
Post a Comment