powered by
Convenient wrappers to be used with the aphylo estimation methods.
aphylo
bprior(shape1 = 1, shape2 = 9, ...)uprior()
uprior()
Arguments passed to stats::dbeta
In the case of bprior, a wrapper of the function stats::dbeta. uprior returns a function function(p) 1 (the uniform prior)
bprior
uprior
function(p) 1
# NOT RUN { bprior(1, 9) uprior() # }
Run the code above in your browser using DataLab