Global Military Spending Dataset
@owid.global_military_spending_dataset
@owid.global_military_spending_dataset
Military spending data measure key international relations concepts such as balancing, arms races, the distribution of power, and the severity of military burdens. Unfortunately, missing values and measurement error threaten the validity of existing findings. Addressing this challenge, we introduce the Global Military Spending Dataset (GMSD). GMSD collates new and existing expenditure variables from a comprehensive collection of sources, expands data coverage, and employs a latent variable model to estimate missing values and quantify measurement error.
CREATE TABLE owid_global_military_spending_dataset_1 (
"country" VARCHAR,
"year" INTEGER,
"milex_estimate" FLOAT,
"milexgdp" FLOAT,
"milexsurplus1095" FLOAT,
"milexsurplus365" FLOAT,
"milexsurplus730" FLOAT,
"milex_estimate_per_capita" FLOAT,
"milex_per_military_personnel" FLOAT
);CREATE TABLE owid_global_military_spending_dataset_2 (
"country" VARCHAR,
"year" INTEGER,
"milex_estimate" FLOAT,
"milexgdp" FLOAT,
"milexsurplus1095" FLOAT,
"milexsurplus365" FLOAT,
"milexsurplus730" FLOAT,
"milex_estimate_per_capita" FLOAT,
"milex_per_military_personnel" FLOAT
);CREATE TABLE owid_global_military_spending_dataset_3 (
"country" VARCHAR,
"year" INTEGER,
"milex_estimate" FLOAT,
"milexgdp" FLOAT,
"milexsurplus1095" FLOAT,
"milexsurplus365" FLOAT,
"milexsurplus730" FLOAT,
"milex_estimate_per_capita" FLOAT,
"milex_per_military_personnel" FLOAT
);Anyone who has the link will be able to view this.