Skip to contents

Main Function

easytable()
Create publication-ready regression tables

Renderer Helpers

format_word()
Format table for Word output
format_latex()
Format table for LaTeX/PDF output

Internal Functions

abbreviate_var_name()
Abbreviate variable name
check_format_dependencies()
Check format-specific dependencies
check_margins_dependencies()
Check margins dependencies
check_robust_dependencies()
Check robust SE dependencies
collapse_control_vars()
Collapse control variable rows
deduplicate_control_vars()
Remove duplicate control variable rows
easytable-package
easytable: Create Multi-Format Regression Tables
extract_model_measures()
Extract goodness-of-fit measures from a model
format_coefficients()
Format coefficients with significance stars and standard errors
format_term_labels()
Format term labels for display
get_first_measure_row()
Get first model statistic row index
get_measure_names()
Get measure row names
get_measure_row_indices()
Get indices of model statistic rows
is_package_available()
Check if a package is available
is_supported_model()
Check if model is supported type
make_unique_labels()
Ensure labels are unique via numeric suffix
mark_control_vars()
Mark control variables with 'Y' indicator
parse_model()
Parse a model and return formatted results
parse_models()
Parse multiple models into a combined table
parse_single_model()
Parse a single statistical model
`%>%`
Pipe Operator
separate_measures()
Separate model statistics from coefficients
sort_table()
Sort table with control variables last
split_factor_level()
Detect and split factor level suffix using model metadata
transform_table()
Transform parsed model table
validate_control_vars()
Validate control variables exist in models
validate_model_list()
Validate model list input
validate_model_types()
Validate all models in list are supported types
validate_output_format()
Validate output format
validate_parameters()
Validate parameter types
validate_table_size()
Validate table_size parameter
wrap_interaction_terms()
Wrap interaction terms to reduce term-column width