Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily.
X
Richard, I think your global "y-axis" part is using values for the fit from the SSE results from my part. After deleting all the SSE part as you suggested, your graph no-longer works!
sorry one more thing. I am requested to express the Rsquared value. Instead of minising the residuals, could I equally well minimise the residual squared, and then use this for the denominator for the Rsquared. I have read that the numerator shoudl be the sum of the y values squared for my data, is this correct?
On 2/24/2010 11:11:49 AM, Jbryant61 wrote: >sorry one more thing. I am >requested to express the >Rsquared value. Instead of >minising the residuals, could >I equally well minimise the >residual squared,
Not if you want it to be a least squares fit.
Minimize the residuals, and then just calculate the Rsquared separately.
On 2/24/2010 11:11:49 AM, Jbryant61 wrote: >sorry one more thing. I am >requested to express the >Rsquared value.
Be aware that for Rsquared to have any statistical meaning the errors (i.e. the residuals) must be random and normally distributed. Yours clearly aren't, because the equations does not fit the data very well.