search for: ibd_cbind

Displaying 1 result from an estimated 1 matches for "ibd_cbind".

2003 Jan 17
1
More info - S-Plus compatability
....c1", "prior.c2", "post.c0", "post.c1", "post.c2"), row.names=NULL) write.table(temp$pair,file="_Data\\TempFile") pairTemp_read.table("_Data\\TempFile", sep=",", col.names=c("pair1","pair2")) ibd_cbind.data.frame(temp,pairTemp) return(ibd) } Whilst not overly familiar with R/S-Plus syntax there are a couple of things I've noticed, firstly the second file that is trying to be read (where the error occurs) is actually called '_Data\TempFile' instead of '_Data\\TempFile'....