Skip to contents

Provides compatibility with the standard R coef() generic. Returns the same values as params(x).

Usage

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

Arguments

object

the `mle` object

...

additional arguments (not used)

Value

Named numeric vector of parameter estimates.