MCMC for geese

geese_mcmc(
  amodel,
  initial = rep(0, nterms(amodel)),
  prior = function(p) {
     stats::dlogis(p, log = TRUE)
 },
  ncores = 1L,
  ...
)

Arguments

amodel

an object of class geese

initial

Vector of initial parameters

...

Passed to fmcmc::MCMC