This help topic is for R version 2.9.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/stats4/html/coef-methods.html
coef-methods {stats4}R Documentation

Methods for Function ‘coef’ in Package ‘stats4’

Description

Extract the coefficient vector from "mle" objects.

Methods

object = "ANY"

Generic function: see coef.

object = "mle"

Extract the full coefficient vector (including any fixed coefficients) from the fit.

object = "summary.mle"

Extract the coefficient vector and standard errors from the summary of the fit.


[Package stats4 version 2.9.0 ]