Code: Select all
%ex7 = "\Example Files\EV7 Manual Data\"
%ch26 = "Chapter 26 - Discrete and Limited Dependent Variable Models"
%wf = @evpath + %ex7 +%ch26 +"\strike.wf1"
wfopen %wf
c = 0
equation eq13.count(d=b,showopts) numb = c(1) +c(2)*ip +c(3)*feb 'by expression, here EViews use its own starting value
equation eq33.count(d=b,v=1) numb c ip feb
equation eq36.count(d=b,v=1,h) numb c ip feb 'diff from eq33
1 according to http://forums.eviews.com/viewtopic.php?f=9&t=3351, "All estimation using expression in EViews uses the workfile C". However, eq13 does not uses the workfile C
2 the user manual II p291 say, "For the negative binomial QMLE, EViews by default reports the robust QMLE standard errors". However, the std errors in eq33 and eq36 are different
