fcbarbi / ardl

R Package for Auto Regressive Distributed Lag time series regression.
GNU General Public License v3.0
16 stars 6 forks source link

Error in auto.ardl function valIC function not found #3

Open prasadovhal opened 5 years ago

prasadovhal commented 5 years ago

I have used auto.ardl function, I got error as below Error in valIC(mod, infoCrit) : could not find function "valIC".

I tried to find valIC function in all files in this repository, but the function does not exist.