I am a beginner in R.
Is there a cleverer way of removing all rows which have a negative entry? I first thought of writing a for/repeat/while loop to do that but that is old thinking for languages not based on matrix operations.
Is there a cleverer way of removing all rows which have -20 as one of the entries?