print.summary.asm function

Print summary of the asm regression model

Print summary of the asm regression model

Prints the summary of a fitted asm regression model

## S3 method for class 'summary.asm' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), concise = FALSE, ... )

Arguments

  • x: summary.asm object
  • digits: number of digits to print
  • signif.stars: logical; if TRUE, 'significance stars' are printed
  • concise: logical; if TRUE, the output is concise
  • ...: additional arguments to ensure compatibility with the generic function print()

Returns

No return value

Examples

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

Useful links