- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
DOE results analysis
Hi
I was analyzing the results of a DOE with 5 factors moved up and down wrt set values. The response Y is a measured resistance.
I ran a fit model by using a full factorial and then a stepwise regression. The stopping rule was Min BIC and direction: forward. Once selected the suggested factors I made the model and ran it. The R2 was very good as also the profilers. Anyway if I look at residuals they are very strange. See below plot. The distance of each experiment value is always at the same distance wrt fitting line in absolute value. Why?
Thanks fr
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: DOE results analysis
I was guessing about your data and model, so I had to assume particular details that were not provided. It doesn't change anything: the result in the residual plot is due to limited DF for error and you have not done anything wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: DOE results analysis
It is a matter of the degrees of freedom left for the error sum of squares. I suspect that if you check the Analysis of Variance outline in the Fit Least Squares platform, you will find that the DF for Error is 1. That constrains the residuals to be two levels. There is nothing wrong, you just don't have the independent information to really see the model errors. (Residuals from the model estimate the errors from the response.) If you remove higher order term, you will see the number of unique residuals levels double from 2 to 4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: DOE results analysis
Hi Mark
In the analysis of Variance the error DF is 2.
Felice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: DOE results analysis
I was guessing about your data and model, so I had to assume particular details that were not provided. It doesn't change anything: the result in the residual plot is due to limited DF for error and you have not done anything wrong.