search for: tstfframe

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

Did you mean: tstfframed
2009 May 28
1
Error: argument is of length zero
Hi, I have the following: for(j in (y.raw+1):(rownum-1)){ valsum<-tstfframed[min.x,j]+tstfframed[min.x,j+1] if(valsum == 1){ cat("valsum loop") int.num<-int.num+1 } } but I get the error message: "Error in if (valsum == 1) { : argument is of length zero". I checked whether to see if all the stated variables have associated values (and...