cumsq: Function cumsq

Description Usage Arguments Examples

View source: R/helperfunctions_nardl.R

Description

Function cumsq

Usage

1
cumsq(e, k, n)

Arguments

e

is the recursive errors

k

is the estimated coefficients length

n

is the recursive errors length

Examples

1
2
3
4
5
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)

nardl documentation built on Jan. 7, 2021, 1:06 a.m.

Related to cumsq in nardl...