zedtaha / nardl

nardl:An R package to estimate the nonlinear cointegrating autoregressive distributed lag model
14 stars 9 forks source link

pssbounds should not automatically cat() to console #9

Open JoFAM opened 6 years ago

JoFAM commented 6 years ago

The function pssbounds is currently not exported, but when called in other code, will always use cat() to print output to the console. This cannot be controlled in any way, but is undesired behaviour when using the package in eg a script for batch processing.

Possible enhancement: export the function pssbounds so people can call the test separately instead of having to go through the summary function.