Learn R Programming

EmpiricalDynamics (version 0.1.2)

coefficient_table: Generate Coefficient Table

Description

Creates a publication-ready table of estimated coefficients.

Usage

coefficient_table(
  equation,
  bootstrap_results = NULL,
  format = c("data.frame", "latex", "markdown", "html"),
  caption = "Estimated Coefficients",
  label = "tab:coefficients"
)

Value

Formatted table.

Arguments

equation

Fitted equation object.

bootstrap_results

Results from bootstrap_parameters (optional).

format

Output format: "data.frame", "latex", "markdown", "html".

caption

Table caption.

label

LaTeX label for referencing.