Hi everyone, I have a time series data where there are several variables given.For example, disappearance of beef, pork, turkey and chicken and their retail prices (retail prices of beef...chicken), their cpi (cpi_beef...cpi_chicken), population, disposable income and overall CPI. I calculated expenditure share by the following command:
gen expmeat= cpiturkey+ cpichicken+ cpibeef+ cpiporkfresh
gen wbeef= cpibeef/ expmeat
gen wpork= cpiporkfresh / expmeat
gen wchicken= cpichicken / expmeat
gen wturkey= cpiturkey / expmeat
Is it alright?
Now, I am trying to estimate LA-AIDS model in stata. So far, I have got two commands: aidsills and quaids from internet sources but none of them provide me with how to calculate LA-AIDS (I might be wrong and missing something here). My questions are:
1. How do I calculate the stone price index which is required for LA-AIDS? I calculated expenditure share (wi), but I am not sure how to calculate stone price index from these data. I know it is lnp= sum(wi*lnpi), so here we have got wi, but what is lnpi? should it be retail price or CPI? For example, stone price index=w(beef)*cpi_beef+...+w(chicken)*cpi_chicken or is it stone price index=w(beef)*retail_beef+...+w(chicken)*retail_ch icken?
2. What is the command for LA-AIDS in stata? I think in general AIDS, we use nlsur but for LA-AIDS, we use seemingly unrelated regression (SUR). But I am not sure how to run LAAIDS. For example, how do I fit homogeneity, symmetry conditions in SUR? in aidsills command and qaids, we can impose homogeneity, symmetry conditions with the commands themselves. But not sure how to do it with SUR?
Related Posts with Help with linear approximate ideal demand system (LA-AIDS/L-AIDS)
What is the meaning of p-value for trends?Hello, I am working on an assignment that asks for the interpretation of a ptrend value in a regres…
parentheses do not balanceHello, I am trying to do a graph with confidence intervals. I got the following code: twoway (rcap …
ByHist - to create a histogramI would like to plot a histogram using weights. Just like Ariels' paper here. Graphical displays for…
Obtaining time series graphsHey guys, sorry if this is long, but I'm entirely new to stata. I also apologise if I don't use the …
export multiple regression results.Hello to all, I'm creating this topic because I haven't found my answer on it. I am currently stuc…
Subscribe to:
Post Comments (Atom)
0 Response to Help with linear approximate ideal demand system (LA-AIDS/L-AIDS)
Post a Comment