Hello everyone,
I am trying to cast a data frame to a matrix I have used the 
following code:
dat<-read.table(file="C:\\Documents and Settings\.....txt",header=T,row.names=1)
file.show(file="C:\\Documents and Setting....t.txt")
Z.matrix<-as.matrix(dat.data.frame)
but I keep getting the error
error in as.matrix(dat.data.frame):
object dat.data.frame not found
What am I doing wrong?
Thank You 
Paul



      
	[[alternative HTML version deleted]]

