print.asm {asm} | R Documentation |
Short description of a fitted asm
regression model
Description
Outputs estimated coefficients and standard errors
Usage
## S3 method for class 'asm'
print(x, ...)
Arguments
x |
asm object |
... |
additional arguments to ensure compatibility with the generic function print() |
Value
No return value, called for its side effect
Examples
model = asm(mpg ~ cyl + hp + disp, data=mtcars)
print(model)
[Package asm version 0.2.0 Index]