InterviewSolution
Saved Bookmarks
| 1. |
Which of the following code drop the ith and jth column?(a) new |
|
Answer» Correct ANSWER is (c) new <- OLD[,-c(i,j)] |
|