Q9
How is the length of a vector determined in R?
A.
length(vector)
AnswerB.
size(vector)
C.
count(vector)
D.
dim(vector)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board