| format_table | R Documentation |
Internal; called by stargazer.
format_table(
records,
covariate.labels = NULL,
coef.rename = NULL,
omit = NULL,
keep = NULL,
omit.stat = NULL,
digits = 3L,
star.cutoffs = c(0.1, 0.05, 0.01),
star.char = c("*", "**", "***"),
no.space = FALSE,
obs.label = "Observations"
)
records |
List of model_record objects from |
covariate.labels |
Character vector of display names for covariates,
applied positionally after |
coef.rename |
Named character vector mapping raw coefficient names to
display names before the union is computed (e.g.
|
omit |
Character vector of regex patterns; matching covariates are dropped. |
keep |
Character vector of regex patterns; only matching covariates
are kept (applied after |
omit.stat |
Character vector of stat identifiers to suppress. |
digits |
Integer; decimal places for coefficients and SEs. |
star.cutoffs |
Numeric vector of p-value thresholds (ascending). |
star.char |
Character vector of star strings. |
no.space |
Logical; suppress blank spacer rows. |
obs.label |
Character; label for the Observations row. Default
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.