lshzhh 发表于 2010-10-18 00:48 
如果模型中有一个dummy variable,如何判断这个dummy variable是线性还是非线性呢?
谢谢!!
When we say a linear regression model, it means linear in parameters. The independent variables are known values.
For example,
y=a+b*exp(x1) + c * log (x2) + d * x3**(4) + error
is a linear regression.
There are many of other equations that can be translate into a linear regression problem. Please refer it to Williams Greene's Economitric Analysis.