Page 1 of 1

Poisson and Binomiale negative regression

Posted: Sun Jun 14, 2009 8:05 am
by sid85
Hello,
Please help me, I must do a Poisson+Binomiale negative regression and I don't know how to do it :D

Re: Poisson and Binomiale negative regression

Posted: Sun Jun 14, 2009 9:05 am
by trubador
Select Quick/Estimate Equation... from the main menu, and select COUNT as the estimation method. The rest is self-explanatory, assuming that you have basic knowledge on the theory of these estimation methods.

Re: Poisson and Binomiale negative regression

Posted: Sun Jun 14, 2009 11:12 am
by sid85
Thank you for your reply,
With th multivariate I'm lost , I must enter an equation and I don't know what I must write, if you have any exemples it will be great.
PS : I used to work with Xlstat : no need to enter equation,

Re: Poisson and Binomiale negative regression

Posted: Sun Jun 14, 2009 12:33 pm
by trubador
In the equation dialog box, you can either enter:

Code: Select all

y c x1 x2
or the following:

Code: Select all

y = c(1) + c(2)*x1 + c(3)*x2
where c's are coefficients to be estimated.

I think you will probably be better off reading Startz' wonderful book, "Eviews Illustrated". First three chapters are also available online: http://www.eviews.com/illustrated/Illustrated.html

Re: Poisson and Binomiale negative regression

Posted: Sun Jun 14, 2009 1:12 pm
by sid85
Thank you very much for your help :mrgreen: