Skip to contents

Returns the structured assumption tibble of a symbolized_model as a reader-friendly table. The rows come straight from the template-substituted x$assumptions field; the renderer never invents prose.

Usage

assumption_table(x, ...)

Arguments

x

A symbolized_model.

...

Reserved for future use.

Value

A tibble (S3 class symbolizer_assumption_table) with columns family, submodel, assumption, expression_latex, biological_meaning, and status.