I have a huge vector which has a couple of NA values, and I’m trying to find the max value in that vector (the vector is all numbers), but I can’t do this because of the NA values.

How can I remove the NA values so that I can compute the max?

7 Answers
7

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *