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)
f...@details
f...@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.
______________________________________________
R-help@r-project.org 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.