Vidyalelo
R Programming · Q19

R Programming Basics

Programming · R Programming · question 19

Q19

How is the maximum value of a numeric vector calculated in R using the max() function?

A.
max(vector)
Answer
B.
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