I currently manage to get results with the uroot test. I get the probability of ADF test by performing a freeze but I would like to retrieve the results of the augmented test by performing an LS equation.
I can do this
Code: Select all
freeze(nbsh_adf) nbsh.uroot()
scalar nbsh_adf_prob = @val(nbsh_adf(7,5))I have all the data why i am looking for, but i want to get them using LS method cause coefficents with uroot method are automatically define.
That's why i do that
Code: Select all
equation nbsh_adf_ls
nbsh_adf_ls.ls nbsh 1Regards,
Danny.
