πŸ“Š R Programming
Q. What will be the output of the following R code?
> nLL <- make.NegLogLik(normals, c(1, FALSE))
> optimize(nLL, c(1e-6, 10))$minimum
  • (A) 1.217775
  • (B) 1.800596
  • (C) 3.73424
  • (D) empty
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1.800596

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
79
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate