Hello,
I want to estimate following regression
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!
I want to estimate following regression
Code:
reg log(quantity) log(price) i.product i.product#c.log(price), vce cluster(brand)
The problem is I don't know how to do it...
Thank you very much in advance!
Comment