trading_data {mult.latent.reg}R Documentation

A set of import and export data in 44 countries.

Description

The variables are given as the percentage of imports and exports in relation to the overall GDP. The data set comprises data from 44 countries (for our analysis), we specifically selected the time period between 2018 and 2022.

Usage

data(trading_data)

Format

An object of class "data.frame"

import

The country-wise percentages of imports in relation to the overall GDP in each country.

export

The country-wise percentages of exports in relation to the overall GDP in each country.

country

The name of the countries.

Source

Trade in Goods and Services. https://www.oecd.org/en/data/indicators/trade-in-goods-and-services.html. Accessed on 2023-05-29.

Examples


data(trading_data)
head(trading_data)

[Package mult.latent.reg version 0.2.2 Index]