Additional information that can be joined to the output of
the tidy.TMB
or tidy.stanfit
functions in the broom.mixed
package.
Arguments
- model
A model in the TMB engine that can be used to compute tables of statistical effects.
- coef_table
Coefficient table that was probably generated using
mp_tmb_coef
ormp_tmbstan_coef
, but also perhaps generated directly using thetidy.TMB
or thetidy.stanfit
methods in thebroom.mixed
package.
Functions
mp_add_effects_descr()
: Convenience function for adding coefficient descriptions from a calibrated model tocoef_table
s generated bymp_tmb_coef
ormp_tmbstan_coef
.