Extract coefficients from a likelihood function

# S3 method for class 'likelihood_function'
coef(object, ...)

Arguments

object

A likelihood_function object

...

Additional arguments (unused)

Value

A named numeric vector of maximum likelihood estimates

Details

Returns the parameter estimates (MLE) from the likelihood function.