Vidyalelo
R Programming · Q179

Control Structures in R Programming

Programming · R Programming · question 179

Q179

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

A.
1.217775
B.
2.217775
C.
3
D.
empty
Answer

Answer: Option D

Solution

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