Displaying 1 result from an estimated 1 matches for "pairtemp_read".
2003 Jan 17
1
More info - S-Plus compatability
....table(file, skip=1, col.names=c("pos","pedid", "pair",
"prior.c0", "prior.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...