This function summarizes the ARDL bootstrap test and all the other asymptotic procedures all together.
# S3 method for bootCT
summary(object, ...)the function returns a list of summary statistics, already present in the function boot_ardl, and displays them in an appropriate manner. Depending on the out argument, ARDL/VECM estimation outputs and/or ARDL/VECM cointegration tests can be displayed.
an object of class "bootCT"
additional arguments, e.g. out: subset of output to print. Options (can be multiple) are: "all", "ARDL", "VECM", "cointVECM", "cointARDL". Defaults to "all".