On 2010-07-05 11:30, David Winsemius wrote:
On Jul 5, 2010, at 11:49 AM, Irina wrote:
Hello,
I am trying to save a large matrix of values in a file. My problem is
that I am
writing
write.table(allpos,'control_chr1.txt', dec=".")
and then I want to check it with
test2=read.table('control_chr1.
On Jul 5, 2010, at 11:49 AM, Irina wrote:
Hello,
I am trying to save a large matrix of values in a file. My problem
is that I am
writing
write.table(allpos,'control_chr1.txt', dec=".")
and then I want to check it with
test2=read.table('control_chr1.txt')
sum(test2[,2]==allpos[,2])
This las
Why not use 'save' & 'load'?
On Mon, Jul 5, 2010 at 11:49 AM, Irina wrote:
> Hello,
>
> I am trying to save a large matrix of values in a file. My problem is that I
> am
> writing
> write.table(allpos,'control_chr1.txt', dec=".")
> and then I want to check it with
> test2=read.table('control_chr
Hello,
I am trying to save a large matrix of values in a file. My problem is that I am
writing
write.table(allpos,'control_chr1.txt', dec=".")
and then I want to check it with
test2=read.table('control_chr1.txt')
sum(test2[,2]==allpos[,2])
This last number is lower than the length of the test2[,
4 matches
Mail list logo