Hi all,
I am wanting to estimate seemingly unrelated regressions (SUR). I know of two commands that are designed for such estimation: sureg and xtsur, where sureg is designed for balanced panels and xtsur fit for unbalanced panels. Please let me know if I'm incorrect here.
I am working with an unbalanced panel dataset that looks at different product prices (chocolate, chips, and candy). I tried balancing it by keeping only the dates where chocolate!=. & chips!=. & candy !=. . In other words, the dates where prices for all three products are observed. Then comes my problem: every time I run my code, the sureg parameters are different.
I should note that I only have one dependent variable (price). I separate price, by(product) and this lets me run the code, but again the results are different each time I hit 'do.' Any suggestions as to why this may be?
P.S. I have tried using xtsur with some success, but I am required to average all my series at the daily level in order to have dates that don't repeat (and xtset the data). Averaging obviously greatly reduces my observation count, which I do not want.
I am wanting to estimate seemingly unrelated regressions (SUR). I know of two commands that are designed for such estimation: sureg and xtsur, where sureg is designed for balanced panels and xtsur fit for unbalanced panels. Please let me know if I'm incorrect here.
I am working with an unbalanced panel dataset that looks at different product prices (chocolate, chips, and candy). I tried balancing it by keeping only the dates where chocolate!=. & chips!=. & candy !=. . In other words, the dates where prices for all three products are observed. Then comes my problem: every time I run my code, the sureg parameters are different.
I should note that I only have one dependent variable (price). I separate price, by(product) and this lets me run the code, but again the results are different each time I hit 'do.' Any suggestions as to why this may be?
P.S. I have tried using xtsur with some success, but I am required to average all my series at the daily level in order to have dates that don't repeat (and xtset the data). Averaging obviously greatly reduces my observation count, which I do not want.
Comment