adplus-dvertising
frame-decoration

Question

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

Answer: (b).1.800596

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the output of the following R code?