coef.ame_als: Extract coefficients from a fast AME fit
Description
Returns the point-estimated regression coefficients (intercept first) of an
ame_als fit. There is no posterior here; for uncertainty use
ame_als_bootstrap.
Usage
# S3 method for ame_als
coef(object, ...)
Value
A named numeric vector of coefficients.
Arguments
- object
an ame_als object.
- ...
ignored.