Vidyalelo
R Programming · Q152

Control Structures in R Programming

Programming · R Programming · question 152

Q152

What will be the output of the following R code? > nLL optimize(nLL, c(1e-6, 10)) minimum

A.
1.217775
B.
1.800596
Answer
C.
3.73424
D.
empty

Answer: Option B

Solution

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