Hi,
Does anyone has experienced this previously ? I am using StataMP 14 on win7 working with panel data.
I save different files accordingly:
tempfile r1r2
save `r1r2'
----
-----
tempfile r3r4
save `r3r4'
Now, I would like to merge these two files
use `r1r2' // executing this command I get "Invalid file specification" (I don't understand why it is invalid specification)
merge CHILDID using `r3r4'
Any help would be appreciated !
Thanks!
Does anyone has experienced this previously ? I am using StataMP 14 on win7 working with panel data.
I save different files accordingly:
tempfile r1r2
save `r1r2'
----
-----
tempfile r3r4
save `r3r4'
Now, I would like to merge these two files
use `r1r2' // executing this command I get "Invalid file specification" (I don't understand why it is invalid specification)
merge CHILDID using `r3r4'
Any help would be appreciated !
Thanks!
Comment