[R] mle from stats4

Ben Bolker bolker at ufl.edu
Tue Oct 6 18:58:43 CEST 2009




Stephen Collins-6 wrote:
> 
> I am using mle as a wrapper from optim( ).  How would I extract the 
> convergence code, to know that optim( ) converged properly?
> 
> 

library(stats4)
example(mle)
slotNames(fit1)
fit1 at details
fit1 at details$convergence



-- 
View this message in context: http://www.nabble.com/mle-from-stats4-tp25772337p25772668.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list