Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am developing a physiological test using R that requires some parameters optimised. In comparing the new method against the existing method, the values of individual readings correlate in a linear way but are very heteroscedastic - the variance approximately proportional to the mean.

I would like to compare the effects of various parameter changes by examining the goodness-of-fit of the linear models compared with each other. Confidence intervals around the linear model parameters are not needed. Comparing R squareds does not seem appropriate given the heteroscedasticity. Would distance correlation or R squared after HCCM correction be appropriate ways to test if one method is superior to another ?

share|improve this question
1  
So to confirm, you are asking about how to compare model fit when the models compared have heteroscedastic errors? – Jeromy Anglim Jul 31 '12 at 5:54
yes - were it not for the heteroscedasticity I would be comparing r squareds or correlation coefficients – Marc Sarossy Jul 31 '12 at 8:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.