A
Q. What will be the output of the following R code?
> nLL <- make.NegLogLik(normals, c(FALSE, 2))
> optimize(nLL, c(-1, 3))$minimum
- Correct Answer - Option(D)
- Views: 1
- Filed under category R Programming
- Hashtags:
Discusssion
Login to discuss.