Skip to content

Testing for empty result of which

3 messages · Francois Rousseu, Phil Spector, Richard M. Heiberger

#
Francois -
    I think you're looking for the any function:
[1] FALSE
[1] FALSE
[1] TRUE
[1] TRUE

 					- Phil Spector
 					 Statistical Computing Facility
 					 Department of Statistics
 					 UC Berkeley
 					 spector at stat.berkeley.edu
On Tue, 15 Feb 2011, Francois Rousseu wrote: