fixef.moultmcmc.Rd
Extract the population-level ('fixed') effects
from a moultmcmc
object.
# S3 method for moultmcmc
fixef(object, summary = TRUE, probs = c(0.025, 0.975), pars = NULL, ...)
a moultmcmc model
logical, should posterior samples be summarised for each parameter
numeric, desired quantiles for summary statistics
Optional names of coefficients to extract. By default, all coefficients are extracted.
Currently ignored.
If summary
is TRUE
, a matrix for the population-level effects.
If summary
is FALSE
, a matrix with one row per
posterior draw and one column per population-level effect.