Displaying 1 result from an estimated 1 matches for "valsum".
Did you mean:
valium
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 associat...