Summary

The International Labour Organization (ILO) has many data sets on working conditions. For example, one can look at how weekly working hours have been decreasing in many countries of the world, while monetary compensation has risen. In this report, the reduction in weekly working hours in European countries is analysed, and a comparison between 1996 and 2006 is made. All analysed countries have seen a decrease in weekly working hours since 1996 – some more than others.

Preparations

Analysis

Data

The herein used data can be found in the statistics database of the ILO. For the purpose of this course, it has been slightly preprocessed.

The loaded data contains 380 rows.

year mean_hourly_compensation mean_working_hours
1980 9.267500 33.98103
1981 8.692500 33.61923
1982 8.355000 33.47409
1983 7.809091 33.86589
1984 7.543636 33.71051
1985 7.786364 33.73358
1986 9.700000 33.97494
1987 12.146923 33.58138
1988 13.199231 33.66441
1989 13.136154 33.53312
1990 16.016923 33.41275
1991 16.548461 33.04459
1992 17.807692 32.82919
1993 16.502857 32.48288
1994 16.543333 32.92779
1995 18.420589 33.25749
1996 18.528824 33.15975
1997 16.910000 33.10471
1998 16.999412 32.94524
1999 16.865882 32.75325
2000 15.390000 32.45301
2001 15.495882 32.10170
2002 17.186471 31.89615
2003 20.969412 31.77210
2004 23.687059 31.82506
2005 24.501176 31.82508
2006 25.446470 31.78460

As can be seen from the above table, the average weekly working hours of European countries have been descreasing since 1980.

Results

In the following, a plot that shows the reduction of weekly working hours from 1996 to 2006 in each country is produced.

First, a custom theme is defined.

Then, the plot is produced.

## Classes 'tbl_df', 'tbl' and 'data.frame':    17 obs. of  2 variables:
##  $ country                         : Factor w/ 30 levels "Netherlands",..: 1 2 3 4 5 6 7 8 9 10 ...
##  $ median_working_hours_per_country: num  27 27.8 28.4 31 30.9 ...
## Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)): font family not
## found in Windows font database

## Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)): font family not
## found in Windows font database

## Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)): font family not
## found in Windows font database
## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database
## Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
## font family not found in Windows font database
## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

## Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
## family not found in Windows font database

An interesting correlation

The results of another analysis are shown here, even though they cannot be reproduced with the data at hand.

The relationship between weekly working hours and hourly compensation.

The relationship between weekly working hours and hourly compensation.

As you can see, there’s also an interesting relationship. The more people work, the less compensation they seem to receive, which seems kind of unfair. This is quite possibly related to other proxy variables like overall economic stability and performance of a country.