Hello,
I am trying to run Hansen (2000) test available in his website:
https://www.ssc.wisc.edu/~bhansen/progs/ecnmt_00.html
He provides to Gauss codes and the data also. But it provides the following errors while I am running my Gauss 10 program. I'll appreciate any help so much! Thank you,
Pinar
_____
Line 366 in C:\gausslt9.0\thr_est.prc
Undefined symbol G0025 : '_pdate'
Line 372 in C:\gausslt9.0\thr_est.prc
Undefined symbol G0025 : '_pxsci'
Line 373 in C:\gausslt9.0\thr_est.prc
Undefined symbol G0025 : '_pysci'
1 Answer
0
I found my own answer:)) It is that you have to add
library pgraph;
to your program file as the original file does not see the library.
Your Answer
1 Answer
I found my own answer:)) It is that you have to add
library pgraph;
to your program file as the original file does not see the library.