Vidyalelo
R Programming · Q145

Control Structures in R Programming

Programming · R Programming · question 145

Q145

What will be the output of the following R code? function(p) params[!fixed] ls(environment(nLL))

A.
"data" "fixed" "param"
B.
"data" "variable" "params"
C.
"data" "fixed" "params"
Answer
D.
"data" "param"

Answer: Option C

Solution

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