problem with simple if() statement
Em Seg 06 Fev 2006 04:22, Norman Goodacre escreveu:
if (seq[i] = "A") m <- trans[1,]
I'll guess that it is the use you are making of the name 'seq'. :-) 'seq' is an R function. Try some other name.
Alexandre
Em Seg 06 Fev 2006 04:22, Norman Goodacre escreveu:
if (seq[i] = "A") m <- trans[1,]
I'll guess that it is the use you are making of the name 'seq'. :-) 'seq' is an R function. Try some other name.
Alexandre