coef.asm function

Coefficients of an asm regression model

Coefficients of an asm regression model

Outputs the coefficients of a fitted asm regression model

## S3 method for class 'asm' coef(object, ...)

Arguments

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

Returns

vector of coefficients of the asm regression model

Examples

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

Useful links