coef.seinfitR: Extract Coefficients
Description
Extract model coefficients from a seinfitR object.
Usage
# S3 method for seinfitR
coef(object, ...)
Value
A named numeric vector containing the estimated model coefficients.
Arguments
- object
Object of class 'seinfitR'.
- ...
currently unused.