Q19
How is the maximum value of a numeric vector calculated in R using the max() function?
A.
max(vector)
AnswerB.
maximum(vector)
C.
vectorMax(vector)
D.
max_value(vector)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board