Hi Stata Forum,
I am checking if there is a simple way to compare two coefficients from xtreg. Take one model as Y1 = aa + b1X1 + dummies + e1 and the other model as Y2 = a2 + b2X1 + dummies + e2, where the X1 is exactly the same in both models, but the Y1 changes slightly to become Y2. I'd like to do a statistical test of whether b1=b2. This may include saving the coefficients after xtreg and then comparing them using some sort of ttest-like command or perhaps something more complex. Any information is appreciated.
Thanks,
Dan
Related Posts with Comparing coefficients across two models (same X data, but slightly different Ys)
Standard errors and 95% Confidence Intervals for Proportions - Differences between different Stata versionsDear community: I am having doubts about how Stata calculates standard errors and 95% confidence in…
Formatting dates in a bar chart.Hi! When I plot Code: graph bar (count) variable, over(date) being date the product of Code: gen …
Rolling problems: get decomposed R2, also called Shapley valueDear all I have time-series data. I want to run rolling regressions and obtain the decomposed R2 (a…
Bar chart with intervalsI'm plotting the following bar chart where "date" contains around 100 observations thus I would like…
How to make a unique combinationHi everyone, I have a question about cleaning my dataset, so I get for each cz (czone) the totals i…
Subscribe to:
Post Comments (Atom)
0 Response to Comparing coefficients across two models (same X data, but slightly different Ys)
Post a Comment