Skip to content
Prev 305614 / 398506 Next

Count based on 2 conditions [Beginner Question]

On 2012-09-16 05:04, Rui Barradas wrote:
Another way:

   count <- sum(with(x, A*B > 5))

Peter Ehlers