Question: I am coding in R and have a vector (x) with the values (8,13,10,NA,9,15,NA,2,9,NA,8). How could I write code that returns only the non-missing values

I am coding in R and have a vector (x) with the values (8,13,10,NA,9,15,NA,2,9,NA,8). How could I write code that returns only the non-missing values as a vector (y)?

How could I write code that counts the number of missing values?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!