Q144
Which of the variable in the following R code is variable? > f <- function(x, y) + x^2 + y / z +
A.
x
B.
y
C.
z
AnswerD.
yy
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board