Learn R Programming

nardl (version 0.1.5)

plotmplier: Dynamic multiplier plot

Description

Dynamic multiplier plot

Usage

plotmplier(model, np, k, h)

Arguments

model

the fitted model

np

the selected number of lags

k

number of decomposed independent variables

h

is the horizon over which multipliers will be computed

Examples

Run this code
# NOT RUN {
############################
# Dynamic multipliers plot
############################
# Load data
data(fod)
reg<-nardl(food~inf,p=4,q=4,fod,ic="aic",maxlags = FALSE,graph = TRUE,case=3)
plotmplier(reg,reg$np,1,10)

# }

Run the code above in your browser using DataLab