Hi Guys i wanted to ask if anyone can help me to estimate a demand model. I am running this code:
blp s x1 x2, stochastic(x1=d1,x2,p) endog(p=p x12 x22 expx1 p2 z1 z2) demofile(demodata)
markets(mkt) draws(100)
and i am getting the following error message
unrecognized command: markets
What am I doing wrong?
blp s x1 x2, stochastic(x1=d1,x2,p) endog(p=p x12 x22 expx1 p2 z1 z2) demofile(demodata)
markets(mkt) draws(100)
and i am getting the following error message
unrecognized command: markets
What am I doing wrong?
Comment