Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Stata random samppling with replacement and storing the coefficents in panel dataset

    Hello,
    I want to estimate following regression
    Code:
    reg log(quantity) log(price)  i.product  i.product#c.log(price), vce cluster(brand)
    However I have more product categories than stata allow. Therefore I want to randomly select sub-samples, store coefficents and take the averages.
    The problem is I don't know how to do it...
    Thank you very much in advance!

  • #2
    I wonder whether this is what you wish.
    Best regards,

    Marcos

    Comment


    • #3
      Dear Marcos,
      Thank you very much for your comment. I am sorry for my blunt question, but then how should I store the coefficients from each regression? My man variable of interests are the interactions of price with product dummies...

      Comment

      Working...
      X