powered by
hyptest function
hyptest(formula, data, maxlag = 7, tau = NULL)
the short-run phi and gamma wald test and the long-run beata wald test
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 hyp=hyptest(y~z1+z2,exampledata,maxlag=7, tau=c(0.2,0.5,0.75)) summary(hyp)
Run the code above in your browser using DataLab