5
5
\description {
6
6
Countries and codes used by the
7
7
\href {https : // en.wikipedia.org / wiki / Armed_Conflict_Location_and_Event_Data }{Armed Conflict Location and Event Data } project with
8
- population and Gross Domestic Project (GDP ) numbers for
9
- recent years.
8
+ population and Gross Domestic Project (\code {GDP }) numbers
9
+ for recent years. Population and \code {GDP } data are from
10
+ the World Bank when available and from other sources
11
+ otherwise. When no World Bank data are available , numbers
12
+ may be reported from the closest year conveniently available ,
13
+ as noted in \code {Comments }; in those cases , the data may
14
+ not be as accurate as the numbers from the World Bank.
10
15
}
11
16
\usage {data(ACLEDpopGDP )}
12
17
\format {A dataframe with \code {\link {rownames }} =
@@ -24,26 +29,26 @@ recent years.
24
29
A character vector of the country names used by the
25
30
World Bank (WB ) in data extracted 2024 - 11 - 06 .
26
31
}
27
- \item {pop2020 , pop2021 , pop2022 , pop2023 ,
28
- GDP2020 , GDP2021 , GDP2022 , GDP2023 }{
32
+ \item {pop2020 , pop2021 , pop2022 , pop2023 , pop ,
33
+ GDPpcn2020 , GDPpcn2021 , GDPpcn2022 , GDPpcn2023 ,
34
+ GDPpcn , GDPpcp2020 , GDPpcp2021 , GDPpcp2022 ,
35
+ GDPpcp2023 , GDPpcp }{
29
36
World Bank population and nominal Gross
30
- Domestic Product ( GDP ) in constant 2015 US $
31
- extracted 2024 - 11 - 06 for the indicates years
32
- unless otherwise specified in " Comments " .
33
- For country subdivions like Jersey , the
34
- World Bank extract used did not include
35
- such numbers. For those " countries " ,
36
- numbers were taken from Wikipedia and
37
- assigned to the nearest year in the
38
- 2020 : 2023 range and noted in " Comments" .
37
+ Domestic Product per capita ( GDPpcn ) in constant
38
+ 2015 US $ plus GDP per capita , PPP ( constant 2021
39
+ international $ ) extracted 2024 - 11 - 13 for the
40
+ indicated years unless otherwise specified in
41
+ " Comments " . For country subdivions like Jersey ,
42
+ the World Bank extract used did not include
43
+ such numbers. For those " countries " , numbers were
44
+ taken from Wikipedia and assigned to the nearest
45
+ year in the 2020 : 2023 range and noted in " Comments" .
39
46
}
40
47
\item {Comments }{
41
48
Blank (' ' ) if the data is from the World Bank.
42
49
Otherwise , this lists the source of the population
43
50
and GDP data , the applicable year , and other
44
- anomonlies , e.g. , if it was PPP , because nominal
45
- GDP was not available , and if it was stated in
46
- Euros.
51
+ anomonlies.
47
52
}
48
53
}
49
54
}
@@ -122,7 +127,7 @@ ACLEDpopGDP['Taiwan', ]
122
127
ACLEDpopGDP [' Czech' ,]
123
128
124
129
# Partial matching does NOT work if not unique
125
- ACLEDpopGDP [' Saing ' , ]
130
+ ACLEDpopGDP [' Saint ' , ]
126
131
# Instead use, e.g., grep
127
132
ACLEDpopGDP [grep(' Saint' , ACLEDpopGDP [, ' ACLEDcountry' ]), ]
128
133
0 commit comments