the command
Code: Select all
scalar myjprob = eq01.@jprobModerators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
scalar myjprob = eq01.@jprobCode: Select all
scalar myf*** = eq01.@jstatas one of the equation data members. How to get that computed? Thank you.@jprob probability value of the J-statistic
Code: Select all
create u 100
rndseed 1
series y=nrnd
series x=nrnd
series z1=nrnd
series z2=nrnd
equation eq1.gmm y c x @ z1 z2
scalar auto = eq1.@jprob
scalar manual = 1 - @cchisq(eq1.@jstat, 1)
Users browsing this forum: No registered users and 2 guests