Creates a publication-ready table of estimated coefficients.
coefficient_table(
equation,
bootstrap_results = NULL,
format = c("data.frame", "latex", "markdown", "html"),
caption = "Estimated Coefficients",
label = "tab:coefficients"
)Formatted table.
Fitted equation object.
Results from bootstrap_parameters (optional).
Output format: "data.frame", "latex", "markdown", "html".
Table caption.
LaTeX label for referencing.