Dear Andrew, Suppose that I save county and county+town information in two separate Stata data file as attached. county.dta and county-town.dta. I have the same addresses to split.
Do I need use frame to do this, and how? Thanks.
Code:
clear input str144 t_addr2 "台北市市民大道三段2號5樓" "台北市南港區園區街3之1號G棟8樓" "508 彰化縣 和美鎮 西鄉路161巷2號" "302 新竹縣竹北市文興路一段372號" "320 桃園市 中壢區 桃園市中壢區中山路201號4樓" end
Comment