Q91
What will be the output of the following R code snippet? > lm lm
A.
function(x) { x * x }
AnswerB.
func(x) { x * x }
C.
function(x) { x / x }
D.
function { x $ x }
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board