Skip to contents

Returns the equation lines carried by a symbolized_model as a tibble. One row per renderable block in x$components. Both notations (index and matrix) are always returned in their own columns; the notation argument only controls how the result is displayed by print().

For the LaTeX-string form ready to splice into a document, see as_latex().

Usage

equations(x, notation = c("index", "matrix", "both"), ...)

Arguments

x

A symbolized_model.

notation

One of "index", "matrix", or "both". Sets the display preference recorded as the "notation" attribute and used by the symbolizer_equations print() method.

...

Reserved for future use.

Value

A tibble with columns name, kind, submodel, index, matrix and the additional class "symbolizer_equations".

Examples

# equations(symbolize(fit))