[R] Trouble with If statements

2009-07-24 Thread PDXRugger
Hey everyone, Consider the below. I would like to look up each of the items in "data" and store the result in "BinStore". In this example it isnt storing any value but the last. In my actual code i am getting another error altogether, i get a 1:In if (VacAcresVals.CandTaz <= 4) (BinNumbe

Re: [R] Trouble with If statements

2009-07-24 Thread PDXRugger
Alright guys i figured it out, no need to reply. Sorry for any bother... PDXRugger wrote: > > Hey everyone, > Consider the below. I would like to look up each of the items in > "data" and store the result in "BinStore". In this example it isnt > storing any value but the last. In my