Hey folks,
I am trying to run a skyline model on some Devonian trilobites. However, RevBayes cannot complete the command:
fbd_tree ~ dnConstrainedTopology(fbd_dist,constraints=constraints);
with:
constraints = v(ingroup);
and:
fbd_dist = dnFossilizedBirthDeathProcess(originAge=origin_time,lambda=cladogenesis_rate, mu=extinction_rate, psi=psi, rho=rho, taxa=taxa, condition="sampling",lambdaTimeline=timeline,muTimeline=timeline,psiTimeline=timeline);
Is there a common cause for this? (I have tried it with:
fbd_dist = dnFossilizedBirthDeathProcess(originAge=origin_time,lambda=cladogenesis_rate, mu=extinction_rate, psi=psi, rho=rho, taxa=taxa, condition="sampling",timeline=timeline);
but I get the same problem.)