Hello everyone,
I was trying quantile regression on my dataset which was a panel dataset dealing with 2 years i.e. 2004 and 2011. I am trying to find out the relation between VAT tax rates in India and its effect on real monthly per capita consumption expenditure. Since VAT rates for 2004 = 0, it is now effectively a cross section dataset.
I tried the command :
qreg logRealMPCE VATrate i.year if ic==101 [pweight = weight], quantile (.25) to find out the effect of VAT on each quantile of the household. (ic is the code for each item of consumption).
However, STATA says that factor variables and time series operators cannot be used. If I eliminate the weight and time variables, the results might not be accurate for my study. What should I do??
Will really look forward to some help in this!!
Thanks and regards,
Meghna
I was trying quantile regression on my dataset which was a panel dataset dealing with 2 years i.e. 2004 and 2011. I am trying to find out the relation between VAT tax rates in India and its effect on real monthly per capita consumption expenditure. Since VAT rates for 2004 = 0, it is now effectively a cross section dataset.
I tried the command :
qreg logRealMPCE VATrate i.year if ic==101 [pweight = weight], quantile (.25) to find out the effect of VAT on each quantile of the household. (ic is the code for each item of consumption).
However, STATA says that factor variables and time series operators cannot be used. If I eliminate the weight and time variables, the results might not be accurate for my study. What should I do??
Will really look forward to some help in this!!
Thanks and regards,
Meghna
Comment