summary.asm function

Summary of an asm regression model

Summary of an asm regression model

Outputs estimated coefficients, standard errors and p-values based on a fitted asm regression model

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

Arguments

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

Returns

summary.asm class object containing the following components:

  • coefficients:: estimated coefficients, standard errors, z-values and p-values
  • residuals:: residuals of the fitted model
  • call:: call to the asm function

Examples

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

Useful links