I'm trying to merge two files with the following commands
when I run these commands I this this output: factor-variable and time-series operators not allowed
r(101);
Any advice on what I'm doing wrong would be greatly appreciated.
regards, Don
- use "C:\Users\z3064529\OneDrive - UNSW\DON'S LSAC WORKING FILES\waves5to8new.dta", clear
- sort hicid
- merge 1:1 hicid "C:\Users\z3064529\OneDrive - UNSW\DON'S LSAC WORKING FILES\lsacgrk10_W4.dta", nogen keep(master match)
when I run these commands I this this output: factor-variable and time-series operators not allowed
r(101);
Any advice on what I'm doing wrong would be greatly appreciated.
regards, Don

Comment