Skip to contents

Additional information that can be joined to the output of the tidy.TMB or tidy.stanfit functions in the broom.mixed package.

Usage

mp_effects_descr(model)

mp_add_effects_descr(coef_table, model)

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 or mp_tmbstan_coef, but also perhaps generated directly using the tidy.TMB or the tidy.stanfit methods in the broom.mixed package.

Functions

  • mp_add_effects_descr(): Convenience function for adding coefficient descriptions from a calibrated model to coef_tables generated by mp_tmb_coef or mp_tmbstan_coef.