Closed lizzieinvancouver closed 3 years ago
This is exactly what I ran when I saw that he wasn't using cor=TRUE, despite this being what I took away from the PMM papers.
My conclusion was that the tree they used had a depth of 1 already. If you simulate a random ultrametric tree you can see the difference:
require(phytools)
tree <- pbtree(n=10)
vcv(tree)
vcv(tree, cor=T)
@MoralesCastilla Can you update the main sims code to both run as it does now but also run the same exact data with corr=TRUE in simulation and analysis, and allow us to vary tree-depth a bit more systematically?
After that pass back to @lizzieinvancouver and I will adjust the PGLS to estimate lambda, which should give us some insight on that... then we need others to help run some sims.
@legault commits in Nov 2020 (e.g. commit d85d59e891fa3b987073ee3eddb0f4642675f205) say you get the same output, though I can see that it should matter. Right now we have corr=TRUE
which seems safest.
@maxfarrell Check this out ...
What the ...? (Note @MoralesCastilla)