when i create a loop to test cases in a particular column in a matrix why
does it loop for only one iteration even though test condition is not met?
ex. for (i in fp[,2]) if (condition) (assignment)
have tried several variations on first part of expression but always get
same result, won't loop past first iteration, is my for statement bad? how
can i search a particular column of data, test cases, save results, test
next column with new condition then total over 3rd column based on first 2
results. Not to difficult a program if loop would work.
thanks
|