Extracts the maximum empirical likelihood estimates from a model.
# S4 method for EL
coef(object, ...)
# S4 method for ELMT
coef(object, ...)
# S4 method for SummaryEL
coef(object, ...)
# S4 method for SummaryLM
coef(object, ...)
An object that contains the maximum empirical likelihood estimates.
Further arguments passed to methods.
The form of the value returned by coef()
depends on the class of
its argument.
coef(EL)
: Extracts the numeric vector of the maximum empirical
likelihood estimates.
coef(ELMT)
: Extracts the list of numeric vectors of the maximum
empirical likelihood estimates. Each element of the list corresponds to a
distinct hypothesis.
coef(SummaryEL)
: Extracts the numeric vector of the maximum empirical
likelihood estimates.
coef(SummaryLM)
: Extracts a matrix with the results of significance tests.