Search found 1 match
- Tue Feb 12, 2013 5:16 am
- Forum: Programming
- Topic: Eviews code for Panel threshold of Hansen
- Replies: 6
- Views: 7295
Eviews code for Panel threshold of Hansen
I have written this program to thershold panel but it dosnt work. pleas help me to find and solve the problem. smpl @all scalar mine2=1000000 scalar threshold=2000 for !i=1 to !i=5 step 0.1 equation p1.ls(f) y c x z n*(n>!i) n*(n<!i) if p1.@ssr<mine2 then mine2=p1.@ssr !threshold=!i endif next show ...