Hey there,
It seems to me that what you want to do is to obtain the predicted value with ocond set equal to 0. So what you should do is:
reg oprice ocond bdummy*, noconstant.
replace ocond = 0
predict pdummy, xb
and then pdummy will be the variable you want to obtain.
Hope this helps,
Etienne





Reply With Quote
