Skip to content

Commit

Permalink
correct to unify names
Browse files Browse the repository at this point in the history
  • Loading branch information
gronert-m authored Sep 25, 2024
1 parent 5f5b34c commit 255ef37
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ 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 = "7 - Kotayk" if subnatid1 == "7 - kotayk"
replace subnatid1 = "10 - Vayoc Dzor" if subnatid1 == "10 - Vayots dzor"

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

Expand Down

0 comments on commit 255ef37

Please sign in to comment.