Page 1 of 1

@logit transformation estimated coefficients are incorrectly labelled ?

Posted: Fri May 12, 2017 1:56 pm
by acemi
Hello,
in the following estimation eviews9 displays coefficient estimates incorrect order, first coefficient is labelled c(2), second is labelled c(3), third c(5), fourth c(1), fifth c(4)..

i think this is a bug since when i run nls regression via simulation program and write estimated coefficient values in a matrix labelled "results", the same coefficient value labelled c(2) is reported as c(1) (which is correct).

Can you comment whether there is a error in equation object labelling ?

starting values :0.008,0.1,0.1,0.1,0.1
nls results are frozen in table logit_forum
estimated model is also present in table

thank you.

Re: @logit transformation estimated coefficients are incorrectly labelled ?

Posted: Fri May 12, 2017 2:06 pm
by EViews Gareth
They are displayed in whichever order you entered them in the equation specification.

If you entered c(2) first, then it will be displayed first.

Re: @logit transformation estimated coefficients are incorrectly labelled ?

Posted: Fri May 12, 2017 2:09 pm
by acemi
OK that clarifies it thank you.