print.asm: Short description of a fitted 'asm' regression model

View source: R/asm.R

print.asmR Documentation

Short description of a fitted asm regression model

Description

Outputs estimated coefficients and standard errors

Usage

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

Arguments

x

asm object

...

additional arguments to ensure compatibility with the generic function print()

Value

No return value, called for its side effect

Examples

model = asm(mpg ~ cyl + hp + disp, data=mtcars)
print(model)

asm documentation built on April 12, 2025, 1:41 a.m.

Related to print.asm in asm...