Displaying 2 results from an estimated 2 matches for "tp21130173p21130173".
2008 Dec 22
2
Matching
...sv",sep=",")
matched <- match(my.data[,1], my.selection[,1])
my.data <- my.data[matched]
write.table(as.matrix(my.data), "select_RESULTS.txt")
Unfortunately, this is throwing errors in row numbers...
--
View this message in context: http://www.nabble.com/Matching-tp21130173p21130173.html
Sent from the R help mailing list archive at Nabble.com.
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...t.csv",sep=",")
matched <- match(my.data[,1], my.selection[,1])
my.data <- my.data[matched]
write.table(as.matrix(my.data), "select_RESULTS.txt")
Unfortunately, this is throwing errors in row numbers...
--
View this message in context:
http://www.nabble.com/Matching-tp21130173p21130173.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 14
Date: Mon, 22 Dec 2008 11:25:01 -0500
From: "Gabor Grothendieck" <ggrothendieck at gmail.com>
Subject: Re: [R] Matching
To: vpas <vic.pascow at gmail.com>
Cc: r-help at...