Page 1 of 1

Reselecting Coefficients After ARDL

Posted: Thu Jun 20, 2019 8:28 am
by geoanstats
When I run an ARDL model, several coefficients with high probability of insignificance are still included. Is there any way to re-run the ARDL and then select coefficients based on p-value of <.1000?

Re: Reselecting Coefficients After ARDL

Posted: Thu Jun 20, 2019 9:19 am
by EViews Gareth
Not if you want to do the post-estimation cointegration stuff.

If all you're interested in is a true ARDL model, you can re-estimate it as a least squares equation with the lags you want.

Re: Reselecting Coefficients After ARDL

Posted: Thu Jun 20, 2019 4:21 pm
by geoanstats
Thank you, but on a related note, is there a way I could collect all p-values in a vector with a loop?

Re: Reselecting Coefficients After ARDL

Posted: Thu Jun 20, 2019 4:38 pm
by EViews Gareth
Equationname.@pvals

Re: Reselecting Coefficients After ARDL

Posted: Tue Jun 13, 2023 9:31 am
by houji
Not if you want to do the post-estimation cointegration stuff.

If all you're interested in is a true ARDL model, you can re-estimate it as a least squares equation with the lags you want.

Hi Gareth,

let'S say I want to remove the regressors to get an AR model, is there a quick wat to do that in the command line? Let's say the ARDL(n,1) model was selected, and I want to create an AR(n) model, without knowing n beforehand.

Thanks!