Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email.
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.