I am applying phylogenetic methods for regression to study linear and polynomial correlations between morphological and ecological data. Both my dependent (DEP) and independent (IND) variables are depending on a third trait (3RD), so I should correct DEP over 3RD, before I perform the regression between DEP and IND. Of course, I need to interpolate phylogeny over this correction.

I compared two methods:

1) The one used by Blomberg et al. (2003) http://onlinelibrary.wiley.com/doi/10.1111/j.0014-3820.2003.tb00285.x/abstract (pages 721-722). This is basically r = log(DEP/(3RD^b)), where b is the slope of the Phylogenetic Generalised Least Squares (PGLS) between DEP and 3RD.

2) The one used by Revell (2009) http://www.stat.wisc.edu/~larget/botany940/Revell2009.pdf (page 3260). This is r = DEP−(3RD*b), where b is a factor representing the least squares estimates of intercept and slope of the PGLS between DEP and 3RD (see previous link for details).

I would trust the second method, since it is not based on a ratio between DEP and 3RD. Indeed, from a mathematical point of view, correcting by the ratio DEP/3RD (let's call this corrected value R) would enhance the correlation between R and IND, since IND is in relation with 3RD as well. I would avoid to correct IND as well, since the IND data is characterised by high levels of error.

Nonetheless, from an a posteriori perspective, I see results with the first methods are in accordance with previous studies in the same topic.

Any suggestion?

Similar questions and discussions