error in mixing ouch + geiger trees with ouch-formatted data
Closed this issue · 1 comments
cboettig commented
Error filed originally by Danny Rojas.
The following example reproduces the error with version 0.0-5:
library(pmc)
library(ouch)
data(bimac)
tree <- with(bimac,ouchtree(node,ancestor,time/max(time),species))
eb_v_ou <- pmc(tree, log(bimac['size']), modelA="brown", modelB="lambda", nboot=5)