| extract_model | R Documentation |
Internal S3 generic consumed by format_table. Not intended
for direct use.
extract_model(model, vcov_override = NULL, se_override = NULL, ...)
model |
A fitted model object. |
vcov_override |
A pre-computed variance-covariance matrix, or
|
se_override |
A named numeric vector of standard errors, or
|
... |
Currently unused. |
A named list (model record) with the following fields:
Character vector of coefficient display names.
Numeric vector of coefficient estimates.
Numeric vector of standard errors.
Numeric vector of t- or z-statistics.
Numeric vector of two-sided p-values.
Integer; number of observations.
Named list of fit statistics (R-squared, F-statistic, log-likelihood, etc.; content varies by model type).
Character vector of fixed-effect variable names;
character(0) if none.
Logical; TRUE for models that absorb fixed
effects.
Character; human-readable description of the SE type for use in the table note.
Character; estimator name for the column header
(e.g. "OLS", "Logit", "FE").
Character; dependent variable name extracted from the model formula.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.