residuals.asm: Residuals from an 'asm' regression model

View source: R/asm.R

residuals.asmR Documentation

Residuals from an asm regression model

Description

Outputs the residuals (on the training data) from a fitted asm regression model

Usage

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

Arguments

object

asm object

...

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

Value

vector of residuals from the asm regression model

Examples

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


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

Related to residuals.asm in asm...