Builds one or more texreg objects from a koma_estimate, so results
can be rendered with texreg::screenreg() or similar helpers.
Usage
extract.koma_estimate(
model,
variables = NULL,
central_tendency = "mean",
ci_low = 5,
ci_up = 95,
digits = 2,
...
)Arguments
- model
A
koma_estimateobject.- variables
Optional character vector of endogenous variables to include. Defaults to all variables in
model$estimates.- central_tendency
Central tendency used when summarizing estimates (e.g., "mean", "median"). Defaults to "mean".
- ci_low
Lower bound (percent) for credible intervals. Defaults to 5.
- ci_up
Upper bound (percent) for credible intervals. Defaults to 95.
- digits
Number of digits to round numeric values. Defaults to 2.
- ...
Unused. Included for
texreg::extract()compatibility.
See also
summary.koma_estimate for
summary output with optional texreg formatting.