For those of you who are R users, at user request I created CSV versions of all implicates.
Sample code for R (contributed by C. Kohnen):
Since these files are in a csv format and the first row of the file contains the variable names, one would usually use
dataname = read.csv("datafilename.csv")
If [...]