Uloading
This commit is contained in:
2025-08-02 05:26:16 +07:00
commit 8c43da1d1c
529 changed files with 189689 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
use houseres
sort socialgpid
egen counter = count(episodeid), by(socialgpid)
drop if (res_edate != . & res_edate < $refdate )
drop if (res_sdate != . & res_sdate > $refdate )
gen refdate = $refdate
keep socialgpid locationid
sort socialgpid
duplicates drop socialgpid, force
sort socialgpid
save cross\crosshouseresidency, replace