Leverages the tmbstan
and broom.mixed
packages to generate
MCMC-based coefficient tables.
Usage
mp_tmbstan_coef(model, tmbstan_args = list(), ...)
Arguments
- model
Object that contains information about model coefficients.
- tmbstan_args
Arguments to pass on to
tmbstan
, which is used to generate anrstan
object from the underlyingTMB
object.- ...
Arguments to pass onto the
broom.mixed::tidy.stanfit
method.