arch_test {BETS} | R Documentation |
Perform an ARCH test
Description
Performs an ARCH test and show the results. Formerly, this function was part of FinTS, now an obsoleted package.
Usage
arch_test(x, lags = 12, demean = FALSE, alpha = 0.5)
Arguments
x |
A |
lags |
An |
demean |
A |
alpha |
A |
Value
A list
with the results of the ARCH test
Author(s)
Spencer Graves spencer.graves@prodsyse.com, Talitha Speranza talitha.speranza@fgv.br
[Package BETS version 0.4.9 Index]