Re: [R-sig-phylo] testing for variation in rates of evolution among traits

2015-07-16 Thread Giulio V. Dalla Riva
P.S. Rumbling on that: a proper answer, however, in a phylogenetic scenario would also require to try and estimate the evolution of the intralineage trait variance (an ancestral state reconstruction of the trait mean and variance) as the hypothesis that it has been constant during long times see

Re: [R-sig-phylo] testing for variation in rates of evolution among traits

2015-07-16 Thread Giulio V. Dalla Riva
Well, I have the gut that depends also on the adopted units of measure for the different traits. That is: having only averaged species data, is 1cm of wingspan increase a greater change than 1kg of bodymass increase? A solution would be to compare on each tip the inferred traits directional cha

Re: [R-sig-phylo] testing for variation in rates of evolution among traits

2015-07-16 Thread Theodore Garland Jr
If everything is log-transformed then the variance of phylogenetically independent contrasts or, equivalently, the MSE (if I remember correctly) from a PGLS analysis is directly related to the rate of trait evolution. I'm not sure of the best way to test for statistical differences among traits

Re: [R-sig-phylo] testing for variation in rates of evolution among traits

2015-07-16 Thread Adams, Dean [EEOBS]
One approach is found in: Adams, D.C. 2013. Comparing evolutionary rates for different phenotypic traits on a phylogeny using likelihood. Systematic Biology. 62:181-192. Dean Dr. Dean C. Adams Professor Department of Ecology, Evolution, and Organismal Biology    Department of Statistics Iow

Re: [R-sig-phylo] PGLS with non-ultrametric tree

2015-07-16 Thread Theodore Garland Jr
Yep, we've all been down this road before, but I'm too old to remember! Thanks and cheers, Ted From: Paolo Piras [paolo.pi...@uniroma3.it] Sent: Thursday, July 16, 2015 2:38 PM To: Solomon Chak; Theodore Garland Jr Cc: r-sig-phylo@r-project.org Subject: Re: [R-sig-phylo] PGLS with non-ultrametric

Re: [R-sig-phylo] PGLS with non-ultrametric tree

2015-07-16 Thread David Bapst
Hi Solomon, Comparatives methods are routinely applied to non-ultrametric trees, contrary to the text you quoted. See the last chapter of that book. The phylogeny-based analyses that do generally require ultrametric trees are those that fit some form of a lineage diversification model, because the

Re: [R-sig-phylo] PGLS with non-ultrametric tree

2015-07-16 Thread Paolo Piras
I really think this post could be useful for the discussion https://stat.ethz.ch/pipermail/r-sig-phylo/2010-September/000773.html best paolo Da: R-sig-phylo per conto di Solomon Chak Inviato: giovedì 16 luglio 2015 23.19 A: Theodore Garland Jr Cc: r-si

Re: [R-sig-phylo] PGLS with non-ultrametric tree

2015-07-16 Thread Solomon Chak
Hi Dr. Garland, I got the impression that an ultrametric tree is needed for comparative analysis from this book ch. 2 pg. 38: "most comparative analyses assume that the tree is ultrametric, as the majority of analyses deal with evolution of phenotypic

[R-sig-phylo] testing for variation in rates of evolution among traits

2015-07-16 Thread Karla Shikev
Hi there, I've come across several methods to test for differences in the rate of evolution among branches in a tree, but I can't find methods to test for differences in rates of evolution of different traits on the same species (ex. if wing size evolution is faster than than overall body size evo

Re: [R-sig-phylo] PGLS with non-ultrametric tree

2015-07-16 Thread Theodore Garland Jr
Dear Solomon, I don;t know where you are trying to go with this, but any proper implementation of PGLS (I am not talking about methods that transform the branch lengths with things like Grafen's rho, Pagel's lambda or OU models) should be able to use any tree of any shape. This is the same as

[R-sig-phylo] Different Lambda estimations

2015-07-16 Thread Sergio Ferreira Cardoso
Hello all, I'm trying to estimate a lambda for my phylogeny but something strange happened. I used 3 different packages to confirm the estimated lambda value. My tree is ultrametric (with branchlengths in million years), it has 59 tips and 58 internal nodes. Here is what I did: > df<-data.frame(y

[R-sig-phylo] PGLS with non-ultrametric tree

2015-07-16 Thread Solomon Chak
Dear all, What are the pros and cons of the two methods to do pgls with a non-ultrametric tree? Many thanks! 1) Convert the additive tree to ultrametric using penalized likelihood (Sanderson 2002) with ape:: chronopl after cross-validation to find the best lambda. 2) Use weighted least-squares i