coef.asm {asm} | R Documentation |
Coefficients of an asm
regression model
Description
Outputs the coefficients of a fitted asm
regression model
Usage
## S3 method for class 'asm'
coef(object, ...)
Arguments
object |
asm object |
... |
additional arguments to ensure compatibility with the generic function coef() |
Value
vector of coefficients of the asm
regression model
Examples
model = asm(mpg ~ cyl + hp + disp, data=mtcars)
coef(model)
[Package asm version 0.2.0 Index]