cusum {nardl}R Documentation

Function cusum

Description

Function cusum

Usage

cusum(e, k, n)

Arguments

e

is the recursive errors

k

is the estimated coefficients length

n

is the recursive errors length

Examples


reg<-nardl(food~inf,fod,ic="aic",maxlag = 4,graph = TRUE,case=3)
e<-reg$rece
k<-reg$k
n<-reg$n
cusum(e=e,k=k,n=n)


[Package nardl version 0.1.6 Index]