Tom La Bone <booboo <at> gforcecable.com> writes:
The mle2 function (bbmle library) gives an example something like the following in its help page. How do I access the coefficients, standard errors, etc in the summary of "a"?
example(mle2) coef(summary(fit1)) Ben Bolker