coef.asm: Coefficients of an 'asm' regression model

View source: R/asm.R

coef.asmR Documentation

Coefficients of an asm regression model

Description

Outputs the coefficients of a fitted asm regression model

Usage

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

Arguments

object

asm object

...

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

Value

vector of coefficients of the asm regression model

Examples

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


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

Related to coef.asm in asm...