1.

Which of the following R code extracts the second column for the following matrix?

A. x[2, ]
B. x[1, 2]
C. x[, 2]
D. x[1 1 2] View Answer
Answer» D. x[1 1 2] View Answer


Discussion

No Comment Found