Have you examined the residuals and/or the scatterplot? Can you identify any potential sources of lack of fit? Can you see a higher order polynomial that might provide a better fit? How large is your sample size?
I have a very simple data set with a single regressor that has all negative values. The data set provides no context, only values.
When testing the linear regression model for lack of fit in SAS, the F-value is over 500 and p-value is <.0001. I am using an alpha of .05.
What would be the best way to proceed when faced with this kind of situation?
Have you examined the residuals and/or the scatterplot? Can you identify any potential sources of lack of fit? Can you see a higher order polynomial that might provide a better fit? How large is your sample size?
"His programming is malfunctioning. It begins! Get your weapons, he's going to become a killbot!!!" - bryangoodrich
zicke01 (10-21-2012)
The residuals appear quadratic and the scatter plot has oscillation.
Other than it appearing to be a non-linear relationship, no.Can you identify any potential sources of lack of fit?
It appears as though a quadratic model or sine function might fit, but I'm not sure how I'd proceed with this.Can you see a higher order polynomial that might provide a better fit?
The sample size is 82.How large is your sample size?
By the way, I'm mainly posting here to double check my original conclusion that the linear model is worthless and that there is no reason to test for the assumptions since we need to develop a better model.
Well I wouldn't call it 'worthless' but if you see a clear quadratic trend then by all means don't go checking the assumptions for the model you fit and instead fit a quadratic model.
"His programming is malfunctioning. It begins! Get your weapons, he's going to become a killbot!!!" - bryangoodrich
zicke01 (10-21-2012)
The problem is that this is an exam question that is then followed up with checking the assumptions and the construction of confidence intervals for the model.
I'm trying to convince myself that I'm better off explaining how the model isn't worth checking and that some transformation is necessary because that shows a better grasp of the material than just mindlessly testing a poor model, but that would essentially leave the question "unanswered" as far as demonstrating the tests for assumptions and confidence intervals go.
|
|