How can we detect non-linearity of regression function?
1
Expert's answer
2010-10-17T18:21:35-0400
The simplest method is to check the distribution of residuals, versus independent variables and versus fitted values. If they are uniformly distributed, we can assume that we have linear relationships of dependent Y and independent Xi variables. You can also consider the scatterplot of Y versus each of the independent variables.
Comments
Leave a comment