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

20
Chililabdata/GenASFR.do Normal file
View File

@@ -0,0 +1,20 @@
clear all
set memory 200M
global year =2011
global communeid = 0
cd e:\chililabdata
do genWomenBirths
cd e:\chililabdata
do genWomenInYear
save WomenInYear, replace
cd e:\chililabdata\data\birth
use d:\chililabdata\data\cross\womeninyear
merge agegrp using womenbirthyear
drop if _merge == 2
drop _merge
gen asfr = births/women
save asfr$year, replace