Print summary of the asm
regression model
asm
regression modelPrints 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, ... )
x
: summary.asm objectdigits
: number of digits to printsignif.stars
: logical; if TRUE, 'significance stars' are printedconcise
: logical; if TRUE, the output is concise...
: additional arguments to ensure compatibility with the generic function print()No return value
model = asm(mpg ~ cyl + hp + disp, data=mtcars) print(summary(model))
Useful links