On Thu, 5 Aug 2004 [EMAIL PROTECTED] wrote:
> But you can also do these with 'any' and 'all', e.g.
>
>   any(v==TRUE)
>

or any( (v==TRUE)==TRUE), or any( ((v==TRUE)==TRUE)==TRUE)...

Or, perhaps, any(v).

Lewis Carroll wrote a nice piece on this theme.


        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to