
whites.htest
performs White's Test for Heteroskedasticity as outlined in Doornik (1996).whites.htest(var.model)
varest
object. Currently, the function does not support varest
objects without a trend/intercept (but both may be used), with restrictions or with exogenous variables.T - k
library(vars)dataset <- data.frame(x=rnorm(100), y=rnorm(100))model1 <- VAR(dataset, p = 1)whites.htest(model1)
Run the code above in your browser using DataLab