richfitz / diversitree

diversitree: comparative phylogenetic analyses of diversification
http://www.zoology.ubc.ca/prog/diversitree
30 stars 9 forks source link

mcmc run #18

Closed ghost closed 7 years ago

ghost commented 7 years ago

I got this error when I ran mcmc for best fitted model which is 'full.4c' Error in mcmc(model.4c.full, p.4c.mcmc.full, nsteps = 100, prior = prior, : object 'model.4c.full' not found

Thank you!

richfitz commented 7 years ago

This error means that your object model.4c.full cannot be found. I expect that exists("model.4c.full") will confirm it does not exist.

ghost commented 7 years ago

Now this error: Error in f(...) : could not find function "lik" is it possible if you could see my script? Thank you!

richfitz commented 7 years ago

No, I'm afraid not - the issues are certainly coming from your code, and I can't provide technical support for users of the package.

ghost commented 7 years ago

ok thank you!