Short description of a fitted asm
regression model
asm
regression modelOutputs estimated coefficients and standard errors
## S3 method for class 'asm' print(x, ...)
x
: asm object...
: additional arguments to ensure compatibility with the generic function print()No return value, called for its side effect
model = asm(mpg ~ cyl + hp + disp, data=mtcars) print(model)
Useful links