Dept of Maths and Computing Datasets for Statistical Analysis USQ Homepage

Datasets for Statistical Analysis

Welcome

These pages collate data sets that I have used in my own teaching and research. Those data sets from text books I have organised by author. I have tried to organise other data sets in some kind of order, but it is not always easy: Many data sets can be used in many different ways.

Except for datasets for books, the datasets are mostly tab limited (maybe they all are). The datasets from textbooks are supplied just as they have been supplied to me. They will almost all have the names of the variables in the first row. For example, in R I load most of them as follows:

	df <- read.table("path to .dat file", header=TRUE, sep="\t")

Please contact me if you have any comments, questions, or submissions. However, please be aware that I have prepared this site for my own benefit (to organize data I use, and to help me find them in the future); if you find it useful also, that's a happy bonus.



Constructed by Peter Dunn
Last change: 15 May 2007