Dear statalists:
I want to calculate compensated elasticity after using QUAIDS to estimate demand system.But I find that quaids in stata doesn't afford p-value.I wonder if you can give me some guides to solve this problem.
for an example:

Code:
use http://dasp.ecn.ulaval.ca/welcom/examples/ds/Mexico_2014_Cereals.dta , replace
quaids wcorn wwheat wrice wother wcomp, anot(9.5) prices(pcorn pwheat price pother pcomp)  expend(hh_current_inc)  demographics(sex educa2- educa7 age) 
****calculate compensated elasticity
estat compensated, atmeans stderrs
matrix list r(compelas)
****calculate stand errors of elasticity
matrix list r(sd)

****how can I get p-value of this elasticity?
Many thaks