Learn R Programming

equatiomatic (version 0.1.0)

wrap_rhs: Generic function for wrapping the RHS of a model equation in something, like how the RHS of probit is wrapped in <U+03C6>()

Description

Generic function for wrapping the RHS of a model equation in something, like how the RHS of probit is wrapped in <U+03C6>()

Usage

wrap_rhs(model, tex, ...)

Arguments

model

A fitted model

tex

The TeX version of the RHS of the model (as character), built as rhs_combined or eq_raw$rhs in extract_eq()

additional arguments passed to the specific extractor