Dear Statalisters,
I am trying to estimate the price and expenditure elasticity using QUAIDS command of Brian Poi (http://www.stata-journal.com/sjpdf.h...iclenum=st0268). This is the command I use:
While running post-estimation commands, the elasticities evaluated at means using:
and
are giving me perfect results. However when I try to find own price elasticity for each observation using:
I invariably get more than 10% of the sample with a positive own price elasticity of milk which should not be the case. I am wondering if I am making some obvious error.
I would appreciate any help that leads me to some resolution of this mystery.
I am using Stata 13.1. My data is household level survey data of about a 1,00,000 observations.
I am trying to estimate the price and expenditure elasticity using QUAIDS command of Brian Poi (http://www.stata-journal.com/sjpdf.h...iclenum=st0268). This is the command I use:
Code:
quaids w_beef w_milk ex_share_all, /// anot(5) prices(price_beef price_milk p) expenditure(CE) /// demographics(mil_beef mil_mlk)
Code:
estat expenditure, atmeans stderrs
Code:
estat compensated, atmeans stderrs
Code:
estat compensated e_p*
I would appreciate any help that leads me to some resolution of this mystery.
I am using Stata 13.1. My data is household level survey data of about a 1,00,000 observations.
Comment