RE: [R] duplicate row.names

2003-07-17 Thread John Smith
] Sent: Wednesday, July 16, 2003 9:50 PM To: John Smith; [EMAIL PROTECTED] Subject: RE: [R] duplicate row.names I think you need to be a bit more specific for us to be able to help you. At least provide a toy problem which replicates the error. Does this do what you want? dat1 - data.frame (x=rnorm

[R] duplicate row.names

2003-07-16 Thread John Smith
I am looping over many data files and reading in the data with F - read.table(filename)to read in a 22000 by 15 matrix. Works fine on the first matrix F, but I get the following error when the second file is read into F: Error in row.names-.data.frame(*tmp*, value = row.names) :

RE: [R] duplicate row.names

2003-07-16 Thread Adaikalavan Ramasamy
unrelated variable. Regards, Adai. -Original Message- From: John Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 8:06 AM To: '[EMAIL PROTECTED]' Subject: [R] duplicate row.names I am looping over many data files and reading in the data with F - read.table(filename