Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ArchTest

ARCH test


Description

Computes the Lagrange multiplier test for conditional heteroscedasticity of Engle (1982), as described by Tsay (2005, pp. 101-102).

Usage

ArchTest(x, lags = 12, demean = FALSE)

Arguments

x

numeric vector

lags

positive integer number of lags

demean

logical: If TRUE, remove the mean before computing the test statistic.

Examples

reg<-nardl(food~inf,fod,ic="aic",maxlag = 4,graph = TRUE,case=3)
x<-reg$selresidu
nlag<-reg$nl
ArchTest(x,lags=nlag)

nardl

Nonlinear Cointegrating Autoregressive Distributed Lag Model

v0.1.6
GPL-3
Authors
Taha Zaghdoudi
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.