Function cumsq
Function cumsq
cumsq(e, k, n)
e |
is the recursive errors |
k |
is the estimated coefficients length |
n |
is the recursive errors length |
reg<-nardl(food~inf,fod,ic="aic",maxlag = 4,graph = TRUE,case=3) e<-reg$rece k<-reg$k n<-reg$n cumsq(e=e,k=k,n=n)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.