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
Get step-by-step solutions from verified subject matter experts
