Data analysis

We provide here some basic elements about the data set and descriptive statistics on some variables of interest.

  • First we load the data
  • second we print a summary

We loaded the data set and compile the report on 2025-03-11

Summary statistics

Here are some summary statistics of the export value (Stat_Value variable), all products combined:

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    98.9   159.6   336.7   303.4   443.6   492.8

The data set contains 88 observations, and 16 variables.

Here is a list of all variables available in the data set:

Serial_No. Variables
1 X
2 Reg_Date
3 Type
4 CP4
5 Stat_Value
6 IMPORT_COUNTRY
7 IMPORT_REGION
8 EXPORT_COUNTRY
9 EXPORT_REGION
10 Principle_Exports
11 Principle_ReExports
12 Principle_Imports
13 Year
14 Month
15 Day
16 epsilon

Type of exports

The variable Principle_Export list all the types of goods exported from Vanuatu. There are 10 different goods exported. Let’s have the list of all these goods.

Serial_No. exported goods
1 Beef
2 Coffee
3 Vanilla
4 Copra
5 Kava
6 Coconut Oil
7 Cocoa
8 Alcoholic Drinks
9 Cowhides
10 Wood

Analysis of Vanuatu’s exports

Below are table showing the Analysis of vanuatu’s export by type of Principle Export and the Total for each items

Principle_Exports

total

Alcoholic Drinks

14,908.72

Wood

4,765.27

Kava

2,699.67

Coffee

1,340.77

Coconut Oil

1,051.49

Cocoa

957.56

Beef

409.04

Cowhides

247.46

Vanilla

167.25

Copra

148.90

Chart

fig below is a bar chart showing various export categories and their Values.