Hello,
I am using user-written ppml_panel_sg , which is just what I need for my gravity analysis.
However, in the process of calculation:
I get about a quarter of my sample dropped, even though none of the data in my file is missing.
Can someone give me an example/explanation of how I can identify these dropped observations? I tried using e(sample), but that doesn't seem to work.
I am using user-written ppml_panel_sg , which is just what I need for my gravity analysis.
However, in the process of calculation:
Code:
ppml_panel_sg flow var1, exporter(id_orig) importer(id_dest) year(year) cluster(id_dyad) olsguess
Code:
X obs. dropped because they belong to groups with all zeros or missing values
Comment