I am trying to maximise a complicated loglikelihood function with the "optim" 
command. Is there some way to get to know the estiamtes at each iteration? When 
I put "control=list(trace=TRUE)" as an option in "optim", I just got the 
initial and final values of the loglikelihood, number of iterations and whether 
the routine has converged or not. I need to know the estimate values at each 
iteration.

Deepankar

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to