Skip to content

Commit

Permalink
correct to unify subnatid1 names
Browse files Browse the repository at this point in the history
  • Loading branch information
gronert-m authored Sep 25, 2024
1 parent c30945d commit 679bcc3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,13 @@ local out_file "`level_2_harm'_ALL.dta"
gen subnatid1=A3
tostring subnatid1, replace
replace subnatid1=subnatid1+" - "+marzname

* Unite names to entire series
replace subnatid1 = "5 - Gegharkunik" if subnatid1 == "5 - Gegharquniq"
replace subnatid1 = "6 - Lori" if subnatid1 == "6 - Lory"
replace subnatid1 = "7 - Kotayk" if subnatid1 == "7 - Kotayq"
replace subnatid1 = "9 - Syunik" if subnatid1 == "9 - Syuniq"

label var subnatid1 "Subnational ID at First Administrative Level"
*</_subnatid1_>

Expand Down

0 comments on commit 679bcc3

Please sign in to comment.