LRTEST
Posted: Wed Jun 12, 2013 9:14 am
this is my e-views command to calculate LRtest.
equation eq3.probit work c logincome age school ychildren ochildren foreign
equation eq4.probit work c logincome age ychildren foreign
scalar LR=2*(eq3.@logl-eq4.@logl)
scalar LRp=1-@cchisq(lr,2)
vector(2) stat
stat.fill LR,LRp
What I input "the redunant variables test browser'?
I saw the comand in user guide.
but I also want to know in the manual.
i.e view -> coffeicient diagonastic -> redundant variables -likeliood ratio.
and what I input?
equation eq3.probit work c logincome age school ychildren ochildren foreign
equation eq4.probit work c logincome age ychildren foreign
scalar LR=2*(eq3.@logl-eq4.@logl)
scalar LRp=1-@cchisq(lr,2)
vector(2) stat
stat.fill LR,LRp
What I input "the redunant variables test browser'?
I saw the comand in user guide.
but I also want to know in the manual.
i.e view -> coffeicient diagonastic -> redundant variables -likeliood ratio.
and what I input?