1
2
3
4
5
#

Name:

Description:

In the history of data visualization, Florence Nightingale is best remembered for her role as a social activist and her view that statistical data, presented in charts and diagrams, could be used as powerful arguments for medical reform.

After witnessing deplorable sanitary conditions in the Crimea, she wrote several influential texts (Nightingale, 1858, 1859), including polar-area graphs (sometimes called "Coxcombs" or rose diagrams), showing the number of deaths in the Crimean from battle compared to disease or preventable causes that could be reduced by better battlefield nursing care.

Her Diagram of the Causes of Mortality in the Army in the East showed that most of the British soldiers who died during the Crimean War died of sickness rather than of wounds or other causes. It also showed that the death rate was higher in the first year of the war, before a Sanitary Commissioners arrived in March 1855 to improve hygiene in the camps and hospitals.

Variables:

A data frame with 24 observations on the following 11 variables.

Date

a Date, composed as as.Date(paste(Year, Month, 1, sep='-'), "%Y-%b-%d")

Month

Month of the Crimean War, an ordered factor

Year

Year of the Crimean War

Army

Estimated average monthly strength of the British army

Disease

Number of deaths from preventable or mitagable zymotic diseases

Wounds

Number of deaths directly from battle wounds

Other

Number of deaths from other causes

Disease.rate

Annual rate of deaths from preventable or mitagable zymotic diseases, per 1000

Wounds.rate

Annual rate of deaths directly from battle wounds, per 1000

Other.rate

Annual rate of deaths from other causes, per 1000

Details

For a given cause of death, D, annual rates per 1000 are calculated as 12 * 1000 * D / Army, rounded to 1 decimal.

The two panels of Nightingale's Coxcomb correspond to dates before and after March 1855

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

The data were obtained from:

Pearson, M. and Short, I. (2007). Understanding Uncertainty: Mathematics of the Coxcomb. http://understandinguncertainty.org/node/214.

References

Nightingale, F. (1858) Notes on Matters Affecting the Health, Efficiency, and Hospital Administration of the British Army Harrison and Sons, 1858

Nightingale, F. (1859) A Contribution to the Sanitary History of the British Army during the Late War with Russia London: John W. Parker and Son.

Small, H. (1998) Florence Nightingale's statistical diagrams http://www.florence-nightingale-avenging-angel.co.uk/GraphicsPaper/Graphics.htm

Pearson, M. and Short, I. (2008) Nightingale's Rose (flash animation). http://understandinguncertainty.org/files/animations/Nightingale11/Nightingale1.html

R Dataset Upload:

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

d <- read.csv("https://www.key2stats.com/Florence_Nightingale_s_data_on_deaths_from_various_causes_in_the_Crimean_War_901_76.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.