Oct
09
2009

Data

Below you’ll find the data-sets I’ve used in my previous articles. The data are almost always in tab- or comma-separated format with a header row containing variable names. That is, you would read them into R with

data<-read.delim("file.csv",header=T)

I’m sure Stata’s import command and SPSS’s Import from file… function will do for those who don’t use R.

I haven’t included the R code I’ve used in my articles, because this is in many cases embarassing to look at again. Nevertheless, I’m happy to supply this on demand.

 
Powered by Wordpress and MySQL. Theme by openark.org