Skip to content

Re problem with "any" function

1 message · Rui Barradas

#
Hello,

Why don't you keep it on the list? I'm Ccing R Help.
If you put print statements just before the any(),

print(ind.c)
print(ind.r)
print(ind.sgn)


you'll see that all values are FALSE. So the problem is _not_ with 
any(). You must look somewhere else on the function.


Hope this helps,

Rui Barradas
Em 17-11-2012 19:18, Haris Rhrlp escreveu: