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"
AnswerD.
"data" "param"
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board