Learn R Programming

NonlinearTSA (version 0.5.0)

ARCH.Test: ARCH Test for time series

Description

This function allows you to make ARCH Test for residuals

Usage

ARCH.Test(x, lags)

Arguments

x

residual series name,

lags

lags

Examples

Run this code
# NOT RUN {
set.seed(12345)
x <- rnorm(1000)
ARCH.Test(x,3)

# }

Run the code above in your browser using DataLab