Extracts the maximum empirical likelihood estimates from a model.
Usage
# S4 method for class 'EL'
coef(object, ...)
# S4 method for class 'ELMT'
coef(object, ...)
# S4 method for class 'SummaryEL'
coef(object, ...)
# S4 method for class 'SummaryLM'
coef(object, ...)
Methods (by class)
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.