Step 1: Installing and calling the package
> Install.packages(Amelia)
> library(Amelia)
Step 2: Check whether the data-set has missing values
> missmap(data) #data is the data-set you use(here free trade)
##missmap for free trade data will look as follows