powered by
Qardl function
qardl(formula, data, maxlag = 4, tau = NULL)
the short-run and the long-run estimated coefficients of the QARDL model
y~z1+z2
the dataframe
maximum lag number
the quantile(s) to be estimated, this is generally a number strictly between 0 and 1
# Quantile ARDL regression # load data data(exampledata) # Fit the model reg=qardl(y~z1+z2,exampledata,maxlag=7, tau=0.5) reg
Run the code above in your browser using DataLab