On Fri, 14 Mar 2014, María Karevskaya wrote:
Hello, i´m trying to restrict one coefficient in OLS but can not
figure out
how to do that.
What i´m trying to do is to estimate a sale for tobacco products given a
particular price elasticity of demand among with other factors and compare
the results with my sales data.
Could you please help me with that?
Thank you so much in advance!
ols logsales const logprice X
restrict
b[logprice] = whatever
end restrict
Allin Cottrell