[R] Extracting Coefficients and Such from mle2 Output

Ben Bolker bolker at ufl.edu
Sun Feb 1 15:39:15 CET 2009


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




More information about the R-help mailing list