POLS 6386 MEASUREMENT THEORY
Second Assignment
Due 4 February 2003


















supremesnames <- read.table("E:/class2000/kystsupremes/supreme_names.txt",header=F,row.names=1)
This tells R to read in the file you just created.
(Be sure to correctly type in the correct path statement!) The "header=F" tells
R that we do not have labels for the
columns and the "row.names=1" tells R that the
first column are row labels. Now type:

supremesnames2 <- read.table("E:/class2000/kystsupremes/supreme_names2.txt",header=T,row.names=1)
Replicate (a) and (b) above and turn in the plots.



