coef.sclr: ML estimate components
Description
coef
returns MLE's.
vcov
returns the estimated variance-covariance matrix at MLE's.
Usage
# S3 method for sclr
coef(object, ...)# S3 method for sclr
vcov(object, ...)
Arguments
object
An object returned by sclr
.
...
Not used. Needed to match generic signature.