summary.asm {asm}R Documentation

Summary of an asm regression model

Description

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

Usage

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

Arguments

object

asm object

...

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

Value

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)

[Package asm version 0.2.0 Index]