TMB Model Coefficient Table
Arguments
- model
Object that contains information about model coefficients.
- back_transform
A boolean to indicate if model coefficients should be back transformed to display their defaults, estimates, and confidence intervals on the original scale. Coefficient names are also stripped of their transformation identifier. Currently, this back transformation only applies to log transformed coefficients that have been named with "log_" prefix or logit transformed coefficients that have been named with "logit_" prefix. Back transformation also applies to time varying parameters and distributional parameters that get automatic prefixes when used.
back_transform
defaults toTRUE
.- ...
Arguments to pass onto the
broom.mixed::tidy.TMB
method.