Lagged coefficient estimates are kept if they are statistically significant
selPsignf(lmdet, cvref =1.65, Pmax =NULL)
Arguments
lmdet: Object of lm()
cvref: Reference of critical values, the default is 1.65.
Pmax: The maximum number of lag orders.
Details
This is an internal function used for HEGY.test(). Beginning with pamx, the lag order will be kept if it is statistically significant. Hence, the lag orders may not be a regular sequence. For example, for pmax=10, the seelcted lags may look like (1,4,5,8,9), rather than 1,2,3,...10.