Code:
psmatch2 y x1 x2, logit common
If so, why do I get the below results.
Code:
count if _nn == 1
Code:
count if _nn == 0
Shouldn't they output the same number of observations if it is a one to one matching?
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
psmatch2 y x1 x2, logit common
count if _nn == 1
count if _nn == 0
0 Response to PSMATCH2: one to one matching
Post a Comment