diag_qq: QQ Normal plot functionality

Description Usage Arguments Value

Description

Provides the calculations behind a qq normal plot.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diag_qq(x, std = FALSE)

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

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

## S3 method for class 'ts'
diag_qq(x, std = FALSE)

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

Arguments

x

A arima, lm, or a data object.

std

A boolean indicating whether the residuals should be standardized.

Value

A data.frame with structure


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