diag_resid: Residuals of the Process

Description Usage Arguments

Description

Extracts the residuals of the process

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
diag_resid(x, std = FALSE)

## S3 method for class 'Arima'
diag_resid(x, std = FALSE)

## S3 method for class 'lm'
diag_resid(x, std = FALSE)

## Default S3 method:
diag_resid(x, std = FALSE)

Arguments

x

A arima, lm, or a data object.

std

A boolean indicating whether the residuals should be standardized.


SMAC-Group/exts documentation built on May 9, 2019, 11:15 a.m.