[R] Question about mle function

2004-08-10 Thread Victoria Landsman
Dear all, I'd like to find the mle esttimates using the mle function mle(negloglik, start = list(), fixed=list(), method=...). I am using the L-BGFS-B method and I don't supply the gradient function. Is there a way to print the gradients found at the solution value? I am using R-1.9.1 on

Re: [R] Question about mle function

2004-08-10 Thread Peter Dalgaard
Victoria Landsman [EMAIL PROTECTED] writes: Dear all, I'd like to find the mle esttimates using the mle function mle(negloglik, start = list(), fixed=list(), method=...). I am using the L-BGFS-B method and I don't supply the gradient function. Is there a way to print the gradients found

Re: [R] Question about mle function

2004-08-10 Thread Prof Brian Ripley
On 10 Aug 2004, Peter Dalgaard wrote: Victoria Landsman [EMAIL PROTECTED] writes: Dear all, I'd like to find the mle esttimates using the mle function mle(negloglik, start = list(), fixed=list(), method=...). I am using the L-BGFS-B method and I don't supply the gradient