Displaying 1 result from an estimated 1 matches for "freqn".
Did you mean:
freq
2011 Sep 30
1
integrate two lines to one
Dear all,
I would like to put these two lines together
logictoReduce<-((Overloads-1)%%FreqN)==(SpanIndex-1) #0...3 refer to sub spans 1 to 4
Overloads<-Overloads[logictoReduce==TRUE]
and do it like this
Overloads<-Overloads[((Overloads-1)%%FreqN)==(SpanIndex-1)]
which does not seem to work.
Could you please explain me what might be the problem for that?
B.R
Alex
[[alternat...