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?
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?