- data
Input dataset. Must contain a dependent and a set of independent variables.
- yvar
Name of the dependent variable, enclosed in quotation marks. If NULL, the first variable will be used.
- xvar
Vector of names of the independent variables, each enclosed in quotation marks. If NULL, all variables except the first will be used.
- fix.ardl
Fixed lagged differences for the short term part of the ARDL equation.
- info.ardl
Selection criterion for the auto_ardl function. Options are "AIC", "AICc", BIC, "R2", "adjR2", if fix.ardl is null. Defaults to AIC.
- fix.vecm
Fixed lagged differences for the short term part of the VECM equation.
- info.vecm
Selection criterion for the VARselect function. Options are "AIC", "HQ", "SC", "FPE", if fix.vecm is null. Defaults to AIC.
- maxlag
Max number of lags for the auto_ardl and VARselect procedures, if fix.ardl or fix.vecm are null, respectively.
- a.ardl
Threshold significance for the short-term ARDL coefficients significance.
- a.vecm
Threshold significance for the short-term VECM coefficients significance.
- nboot
Number of bootstrap replications.
- case
Model case, pertaining to the treatment of intercept and trend. Must be integer from 1 to 5. Defaults to 3.
- a.boot.H0
Probability/ies by which the critical quantiles of the bootstrap distribution(s) must be calculated.
- print
Show the progress bar.