Per-parameter interpretations for a symbolized model
Source:R/render-interpretation.R
parameter_interpretation.RdReturns the per-coefficient reading tibble carried by a
symbolized_model as a reader-friendly table. Each
row corresponds to one fixed-effect coefficient and pairs it with the prose
readings already templated by symbolize(): a link-scale reading, a
natural-scale reading, an optional variance-scale reading (for scale
submodels), and a biological reading.
The renderer is a pure consumer of x$interpretation. All prose was
substituted from inst/extdata/interpretation-templates.csv at extract
time; this surface only displays it.
Usage
parameter_interpretation(
x,
scale = c("all", "link", "natural", "variance", "biological"),
...
)