Regressing LogLog Equations

quiveria

New member
Joined
Dec 2, 2010
Messages
3
So I have actual observations I am regressing for a double-log equation, such that the original equation is Y = x1*x2, so I would be regressing ln(Y) = B0 + B1*ln(x1) + B2*ln(x2)

Can I treat this like a linear regression, where I take the natural log of my observations and just plug them in and run it through Excel? Or is there some sort of special regression form I have to use?
 
quiveria said:
So I have actual observations I am regressing for a double-log equation, such that the original equation is Y = x1*x2, so I would be regressing ln(Y) = B0 + B1*ln(x1) + B2*ln(x2)

Can I treat this like a linear regression, where I take the natural log of my observations and just plug them in and run it through Excel? Or is there some sort of special regression form I have to use?

That equation has three variables - I don't think excel can handle that.

To do that properly, you'll need to run ANOVA in some statistical package.
 
Excel can handle multiple variables. You can have something like 16, I think. So that's not the problem. Is how I'm treating the variables by doing their natural logs and then running them linearly the correct way to do it?
 
Yes - I found out that excel can do multiple regression - but it needs extra service pack to be added to the regular set of program.

So if you have that service pack - your approach is legitimate.

However, for most of of the other stat-pack that I have used - you would not need to take logs. It can create trouble if in reality your variables are shifted by an additive constant.
 
Subhotosh Khan said:
Yes - I found out that excel can do multiple regression - but it needs extra service pack to be added to the regular set of program.

So if you have that service pack - your approach is legitimate.

However, for most of of the other stat-pack that I have used - you would not need to take logs. It can create trouble if in reality your variables are shifted by an additive constant.

Er, even though the theory says that it should be the natural log?
 
Yes, there are numerous sites that offer free excel add ins for more advanced math and stats.

I even saw one for engineering.
 
Top