Page 1 of 1

Multiple Regression

Posted: Tue Oct 12, 2010 3:31 pm
by ranpan
My model is represented by: log Y = β0 + β1log(X1) + β2log (X2) + ε

I cannot figure out how to estimate this regression using Eviews 7

I will be grateful for some hints.

-ranpan

Re: Multiple Regression

Posted: Tue Oct 12, 2010 3:37 pm
by EViews Gareth
That's one of the simplest forms of regression, and as such is quite well documented in the User Guide.

The equation specification is simply:

Code: Select all

log(y) c log(x1) log(x2)

Re: Multiple Regression

Posted: Tue Oct 12, 2010 3:52 pm
by ranpan
Many thanks!