Skip to content

Commit 5b50838

Browse files
committed
new v. ACLEDpopGDP
1 parent bd466a7 commit 5b50838

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

man/ACLEDpopGDP.Rd

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
\description{
66
Countries and codes used by the
77
\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.
1015
}
1116
\usage{data(ACLEDpopGDP)}
1217
\format{A dataframe with \code{\link{rownames}} =
@@ -24,26 +29,26 @@ recent years.
2429
A character vector of the country names used by the
2530
World Bank (WB) in data extracted 2024-11-06.
2631
}
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}{
2936
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".
3946
}
4047
\item{Comments}{
4148
Blank ('') if the data is from the World Bank.
4249
Otherwise, this lists the source of the population
4350
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.
4752
}
4853
}
4954
}
@@ -122,7 +127,7 @@ ACLEDpopGDP['Taiwan', ]
122127
ACLEDpopGDP['Czech',]
123128

124129
# Partial matching does NOT work if not unique
125-
ACLEDpopGDP['Saing', ]
130+
ACLEDpopGDP['Saint', ]
126131
# Instead use, e.g., grep
127132
ACLEDpopGDP[grep('Saint', ACLEDpopGDP[, 'ACLEDcountry']), ]
128133

0 commit comments

Comments
 (0)