Re: [R-sig-phylo] truncated downwards plot.phylo and plot margin

2013-03-05 Thread Liam J. Revell
Hi Zech. Regarding point (1), this is indeed a bug in plot.phylo, however there is a work-around. Try the following: library(ape) data(bird.orders) plot(bird.orders,direction=downwards) axis(2) plot(bird.orders,direction=downwards,y.lim=c(-15,30)) Regarding point (2),

Re: [R-sig-phylo] Question about model selection using compar.gee

2013-03-05 Thread Ben Bolker
[taking the liberty of cc'ing this to r-sig-phylo, which is a better place for such questions because (1) other people can answer (2) the answers are publicly viewable and get archived] On 13-03-05 10:44 AM, Javier Lenzi wrote: Dear Dr. Bolker, My name is Javier Lenzi and I am trying to

Re: [R-sig-phylo] Question about model selection using compar.gee

2013-03-05 Thread Rob Lanfear
This is not so much an answer as a pointer. If you did decide to look at all models to do some sort of multi-model inference (as Ben suggested) you might be able to use or hack some functions from the glmulti package to help you produce the list of all possible models. Once you have that list,