Question: Write an R program that does the following: 1. Create a vector named A. The A vector contains (1, 2, NA, NA, NA). 2. Compute
Write an R program that does the following: 1. Create a vector named A. The A vector contains (1, 2, NA, NA, NA). 2. Compute the number of missing values in A by using functions. Hint: Use functions sum() and is.na().
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
