Hello everyone,
I'm analyzing bilateral trade exports over 20 years from 5 exporting countries to all importer countries, using panel data with fixed/random effects models and PPML estimation. The data is unbalanced, tracking trade per commodity for each exporter-importer pair. I'm considering imputing zero values for missing trade activities to reflect the absence of trade in certain years. Would this approach be appropriate, or could it introduce biases? If i will add zero, is there a way to fill each commodity/exporter-importer/year with 0? Any thoughts or suggestions on this?
Thank you!
This is what my data look like:
I'm analyzing bilateral trade exports over 20 years from 5 exporting countries to all importer countries, using panel data with fixed/random effects models and PPML estimation. The data is unbalanced, tracking trade per commodity for each exporter-importer pair. I'm considering imputing zero values for missing trade activities to reflect the absence of trade in certain years. Would this approach be appropriate, or could it introduce biases? If i will add zero, is there a way to fill each commodity/exporter-importer/year with 0? Any thoughts or suggestions on this?
Thank you!
This is what my data look like:
year | exp | imp | exp_id | imp_id | contig | lang | dist | procde | prodesc | trade | o_wgi | d_wgi | forest | gdp_exp | gdp_imp | unit_level |
2002 | IDN | AFG | 80 | 2 | 0 | 0 | 6001 | 4409 | Wood | 10317 | - 1.10 | - 0.53 | 1009558 | 427825987584 | 7555180544 | 2 |
2002 | IDN | AFG | 80 | 2 | 0 | 0 | 6001 | 4414 | Wooden frames | 14811 | - 1.10 | - 0.53 | 1009558 | 427825987584 | 7555180544 | 2 |
2002 | IDN | AFG | 80 | 2 | 0 | 0 | 6001 | 4420 | Wood marquetry and inlaid wood | 15274 | - 1.10 | - 0.53 | 1009558 | 427825987584 | 7555180544 | 3 |
Comment