coef.asm {asm} | R Documentation |
asm
regression modelOutputs the coefficients of a fitted asm
regression model
## S3 method for class 'asm'
coef(object, ...)
object |
asm object |
... |
additional arguments to ensure compatibility with the generic function coef() |
vector of coefficients of the asm
regression model
model = asm(mpg ~ cyl + hp + disp, data=mtcars)
coef(model)