1
2
3
4
5
#

Name:

Description:

In one of the first statistical textbooks, Arthur Bowley (1901) used these data to illustrate an arithmetic and graphical analysis of time-series data using the total value of British and Irish exports from 1855-1899. He presented a line graph of the time-series data, supplemented by overlaid line graphs of 3-, 5- and 10-year moving averages. His goal was to show that while the initial series showed wide variability, moving averages made the series progressively smoother.

Variables:

A data frame with 45 observations on the following 3 variables.

Year

Year, from 1855-1899

Value

total value of British and Irish exports (millions of Pounds)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Bowley, A. L. (1901). Elements of Statistics. London: P. S. King and Son, p. 151-154.

Digitized from Bowley's graph.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Bowley_s_data_on_values_of_British_and_Irish_trade__1855-1899_877_78.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.