Vidyalelo
R Programming · Q194

Control Structures in R Programming

Programming · R Programming · question 194

Q194

hat will be the output of the following R code? > centre x centre(x, "mean")

A.
0.8760325
B.
0.5360891
C.
0.6086504
D.
gives mean with values depending on rcauchy values
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board