Hi
I am trying to merge two datasets using the following command
merge 1:1 lon lat mdate using "pm2p5.dta"
Both dataset has the same number of observations, and the lat long mdate values are the same in both datasets. Even then none of the observations is matched.
Result Number o
> f obs
------------------------------------
> -----
Not matched
> 1,296
from master
> 648 (_merge==1)
from using
> 648 (_merge==2)
Matched
> 0 (_merge==3)
------------------------------------
> -----
I am trying to merge two datasets using the following command
merge 1:1 lon lat mdate using "pm2p5.dta"
Both dataset has the same number of observations, and the lat long mdate values are the same in both datasets. Even then none of the observations is matched.
Result Number o
> f obs
------------------------------------
> -----
Not matched
> 1,296
from master
> 648 (_merge==1)
from using
> 648 (_merge==2)
Matched
> 0 (_merge==3)
------------------------------------
> -----
Comment