The asymmetric effects ARDL or non linear ARDL is used when it is sure that the effect of increasing independent variable is not equal and opposite to effect of decreasing independent variable and the variables are in mixed order of integration.
Nonlinear ARDL and Assymetric Effects ARDL
The effect of increasing IV and drecreasing IV are not same
when you see a logic that increasing IV and decreasing IV can be different.
in recession fall in GDP will increase unemployment
with economies recovers then increase in GDP will not increase employment at same rate as it has decreased when it was in falling state
library(readxl) #for reading excel file library(tidyverse) #for data manuplation library(nardl) #for NARDL model
df <- read_excel(“D:/UMT notes/MPhil – MS courses/Applied Econometrics/lectures applied econometrics/lecture 8/TIME SERIES r/logistics data.xlsx”)