Dear Stata expert, econometrician, and researcher,
This is Manysay Khampaserd, a master student in Economics at Yamaguchi University, Japan. Previously, I kept this discussion privately. Thank you very much Sebastian Kripfganz for your kind remind and recommendation. Hopefully, I am now posting it publicly.
Currently, I am doing a research on Fiscal Decentralization (FD) and Economic Growth in Lao PDR. Here are the brief information for the discussion:
Method: dynamic panel analysis, One-Step System GMM, xtabond2 technique in STATA BE 17.0
Model: Dependent variable is Economic growth (lnGDPK) and explanatory variables: Tax Revenue Decentralization (FDTax), Capital Expenditure Decentralization (FDCAP); control variables: Three-build Policy (SamSang) - dummy, Poverty Ratio (PR), and Regional Inflation Rate (RIA)
Data: Panel data at provincial level in Lao PDR, 17 provinces, from 2010-2019 (10 years)
Model Specification: lnGDPK = l.lnGDPK + FDTax + FDCAP + SamSang + PR + RIA + error terms
One year lagged economic growth (l.lnGDPK) is treated as an endogenous variable and internal instrument; instrument variables use two types: (1) variables from the model (FDTax FDCAP SamSang RIA), (2) variables from outside the model [log of provincial population (lnPOP), household electricity access ratio (HEAR), log of total provincial number of tourists ( lnTTOUR)]. Note: PR is not put as one of instrument variables.
Command in STATA:
Model 1 (Include all FD variables without collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDTax FDCAP SamSang PR RIA, gmmstyle(l.lnGDPK) ivstyle(FDTax FDCAP SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small
Model 2 (Run with all FD variables with collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDTax FDCAP SamSang PR RIA, gmmstyle(l.lnGDPK, collapse) ivstyle(FDTax FDCAP SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small robust
Model 3a (Run with each FD variable with collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDTax SamSang PR RIA, gmmstyle(l.lnGDPK, collapse) ivstyle(FDTax SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small
Model 3b (Run with each FD variable with collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDCAP SamSang PR RIA, gmmstyle(l.lnGDPK, collapse) ivstyle(FDCAP SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small
GMM estimator is quite new to me. I have been trying to learn and read related materials, but I have not understood it well. Therefore, I would like to have some points to discuss with you as follows:
1. I found in some papers used GMM approach and did the unit-root test while others did not. Therefore, I am confused. Does GMM estimator need to do the Unit-root test before starting the regressions?
2. Instrument variables, I do not include all independent variables as instruments. I just pick some of them and include the outside variables (as seen in Model 3a and Model 3b). I would like to make sure that am I doing correctly towards instrument variables? and is there any technique to check whether selected instruments are uncorrelated with the error terms?
3. Due to containing large number of instruments, the collapse option is employ to reduce instruments. Regarding this, is it widely acceptable to reduce the instruments by using the collapse option?
4. Can GMM estimator, especially One-Step System GMM, be allowed and valid for the long-run estimation?
5. Are they any additional tests to do in order to check the correction of the model, apart from AR (1), (2) tests and Hansen test?
I have attached the results from STATA below. I look forward to hearing and receiving comments and recommendations from all of you.
Best regards,
Manysay Khampaserd
This is Manysay Khampaserd, a master student in Economics at Yamaguchi University, Japan. Previously, I kept this discussion privately. Thank you very much Sebastian Kripfganz for your kind remind and recommendation. Hopefully, I am now posting it publicly.
Currently, I am doing a research on Fiscal Decentralization (FD) and Economic Growth in Lao PDR. Here are the brief information for the discussion:
Method: dynamic panel analysis, One-Step System GMM, xtabond2 technique in STATA BE 17.0
Model: Dependent variable is Economic growth (lnGDPK) and explanatory variables: Tax Revenue Decentralization (FDTax), Capital Expenditure Decentralization (FDCAP); control variables: Three-build Policy (SamSang) - dummy, Poverty Ratio (PR), and Regional Inflation Rate (RIA)
Data: Panel data at provincial level in Lao PDR, 17 provinces, from 2010-2019 (10 years)
Model Specification: lnGDPK = l.lnGDPK + FDTax + FDCAP + SamSang + PR + RIA + error terms
One year lagged economic growth (l.lnGDPK) is treated as an endogenous variable and internal instrument; instrument variables use two types: (1) variables from the model (FDTax FDCAP SamSang RIA), (2) variables from outside the model [log of provincial population (lnPOP), household electricity access ratio (HEAR), log of total provincial number of tourists ( lnTTOUR)]. Note: PR is not put as one of instrument variables.
Command in STATA:
Model 1 (Include all FD variables without collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDTax FDCAP SamSang PR RIA, gmmstyle(l.lnGDPK) ivstyle(FDTax FDCAP SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small
Model 2 (Run with all FD variables with collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDTax FDCAP SamSang PR RIA, gmmstyle(l.lnGDPK, collapse) ivstyle(FDTax FDCAP SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small robust
Model 3a (Run with each FD variable with collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDTax SamSang PR RIA, gmmstyle(l.lnGDPK, collapse) ivstyle(FDTax SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small
Model 3b (Run with each FD variable with collapse and robust options): xtabond2 lnGDPK l.lnGDPK FDCAP SamSang PR RIA, gmmstyle(l.lnGDPK, collapse) ivstyle(FDCAP SamSang lnPOP RIA HEAR lnTTOUR) nodiffsargan small
GMM estimator is quite new to me. I have been trying to learn and read related materials, but I have not understood it well. Therefore, I would like to have some points to discuss with you as follows:
1. I found in some papers used GMM approach and did the unit-root test while others did not. Therefore, I am confused. Does GMM estimator need to do the Unit-root test before starting the regressions?
2. Instrument variables, I do not include all independent variables as instruments. I just pick some of them and include the outside variables (as seen in Model 3a and Model 3b). I would like to make sure that am I doing correctly towards instrument variables? and is there any technique to check whether selected instruments are uncorrelated with the error terms?
3. Due to containing large number of instruments, the collapse option is employ to reduce instruments. Regarding this, is it widely acceptable to reduce the instruments by using the collapse option?
4. Can GMM estimator, especially One-Step System GMM, be allowed and valid for the long-run estimation?
5. Are they any additional tests to do in order to check the correction of the model, apart from AR (1), (2) tests and Hansen test?
I have attached the results from STATA below. I look forward to hearing and receiving comments and recommendations from all of you.
Best regards,
Manysay Khampaserd
Comment