I use “matchit” command in stata to match two variables from two files. The whole command is " matchit id1 name using "xxx.dta" ,idusing(id2) txtusing
(name2) override". But before using matchit, I have nearly 20000 observations, the command runs successively, but after matching, I lose all my observations with no reasons ! This confuses me quite a lot..
(name2) override". But before using matchit, I have nearly 20000 observations, the command runs successively, but after matching, I lose all my observations with no reasons ! This confuses me quite a lot..
Comment