Page 1 of 1

ordered logistic

Posted: Fri Dec 04, 2015 7:56 pm
by misbah
Dear
im using eviews 8 (jul 26 2013), i have problem when i use ordered logistik, they said "unable to compute automatic estimates of starting values. use user-supplied starting values."
i read in forum that i must change in option to use user supplied. i change it
but there is problem again, "parameter estimates for limit points are non-ascending 0.
how to solve this?
for information
variable independent: obligation rating ( score from 1 - 7)
variable dependent: liquidity, leverage, profitability, size firm, growth, & auditor reputation ( 0 1)

hope the answer, thanks

best regards
misbah

Re: ordered logistic

Posted: Thu Dec 10, 2015 4:45 am
by trubador
Unless you share the workfile along with your own estimations, it is very difficult to find the source of the problem.

Re: ordered logistic

Posted: Thu Dec 10, 2015 10:45 am
by EViews Glenn
And at the very least, you might want to update to the latest version of EViews 8.

Re: ordered logistic

Posted: Sat Dec 12, 2015 8:10 pm
by misbah
ok :)

Re: ordered logistic

Posted: Mon Dec 14, 2015 1:10 pm
by EViews Glenn
Can you post the workfile version along with a description of what model you are trying to estimate. It's not clear from this post.

Re: ordered logistic

Posted: Tue Dec 15, 2015 1:17 am
by trubador
The problem may have something to do with EViews' initialization of limit points:

Code: Select all

import "c:\users\???\desktop\olah data edit.xlsx" equation eq1.ordered(d=l) y lik prof lev gro size ra 'first error c= @runif(0,1) 'random initalization of coefficient vector equation eq2.ordered(d=l,s) y lik prof lev gro size ra 'second error c=0 'reset the coefficient vector 'initialize only the limit points c(7) = -5 c(8) = 0 c(9) = 5 c(10) = 10 equation eq3.ordered(d=l,s) y lik prof lev gro size ra 'this one succeeds