Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cusum

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)

nardl

Nonlinear Cointegrating Autoregressive Distributed Lag Model

v0.1.6
GPL-3
Authors
Taha Zaghdoudi
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.