Skip to contents

These are drm_sem-aware methods for symbolizer's symbolizer::as_latex(), symbolizer::equations(), and symbolizer::assumption_table() generics. Each method walks the per-node symbolized_models in topological order, prefixes each block with a ## Node: <name> header, and concatenates the result.

Usage

# S3 method for class 'symbolized_drm_sem'
as_latex(x, notation = c("index", "matrix", "both"), ...)

# S3 method for class 'symbolized_drm_sem'
equations(x, notation = c("index", "matrix", "both"), ...)

# S3 method for class 'symbolized_drm_sem'
assumption_table(x, ...)

Arguments

x

A symbolized_drm_sem from symbolizer::symbolize() dispatched on a drm_sem.

notation, ...

Passed through to the underlying per-node generic.

Value

The collated rendering (a character string for symbolizer::as_latex() / symbolizer::equations(); a tibble for symbolizer::assumption_table()).