R/mle.R
coef.mle.Rd
Provides compatibility with the standard R coef() generic. Returns the same values as params(x).
coef()
params(x)
# S3 method for class 'mle' coef(object, ...)
the `mle` object
additional arguments (not used)
Named numeric vector of parameter estimates.