print.asm function

Short description of a fitted asm regression model

Short description of a fitted asm regression model

Outputs estimated coefficients and standard errors

## S3 method for class 'asm' print(x, ...)

Arguments

  • x: asm object
  • ...: additional arguments to ensure compatibility with the generic function print()

Returns

No return value, called for its side effect

Examples

model = asm(mpg ~ cyl + hp + disp, data=mtcars) print(model)
  • Maintainer: Min Xu
  • License: GPL (>= 3)
  • Last published: 2025-03-23

Useful links