Other packages > Find by keyword >

modelsummary  

Summary Tables and Plots for Statistical Models and Data: Beautiful, Customizable, and Publication-Ready
View on CRAN: Click here


Download and install modelsummary package within the R console
Install from CRAN:
install.packages("modelsummary")

Install from Github:
library("remotes")
install_github("cran/modelsummary")

Install by package version:
library("remotes")
install_version("modelsummary", "2.0.0")



Attach the package and use:
library("modelsummary")
Maintained by
Vincent Arel-Bundock
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-07-15
Latest Update: 2024-02-17
Description:
Create beautiful and customizable tables to summarize several statistical models side-by-side. Draw coefficient plots, multi-level cross-tabs, dataset summaries, balance tables (a.k.a. "Table 1s"), and correlation matrices. This package supports dozens of statistical models, and it can produce tables in HTML, LaTeX, Word, Markdown, PDF, PowerPoint, Excel, RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or 'knitr' dynamic documents. Details can be found in Arel-Bundock (2022) .
How to cite:
Vincent Arel-Bundock (2019). modelsummary: Summary Tables and Plots for Statistical Models and Data: Beautiful, Customizable, and Publication-Ready. R package version 2.0.0, https://cran.r-project.org/web/packages/modelsummary
Previous versions and publish date:
0.1.0 (2019-07-15 12:20), 0.1.1 (2020-02-07 13:10), 0.2.0 (2020-04-05 18:20), 0.2.1 (2020-04-30 14:30), 0.3.0 (2020-05-26 19:50), 0.4.0 (2020-06-13 21:30), 0.4.1 (2020-06-17 11:40), 0.5.0 (2020-07-05 15:20), 0.5.1 (2020-08-03 00:30), 0.6.0 (2020-09-03 00:40), 0.6.1 (2020-09-04 23:42), 0.6.2 (2020-09-29 11:30), 0.6.3 (2020-10-25 00:10), 0.6.4 (2020-12-15 11:00), 0.6.5 (2021-01-07 08:00), 0.6.6 (2021-02-16 21:30), 0.7.0 (2021-04-20 00:00), 0.8.0 (2021-05-21 06:50), 0.8.1 (2021-06-17 18:10), 0.9.0 (2021-08-12 07:00), 0.9.1 (2021-08-12 18:30), 0.9.2 (2021-09-29 06:40), 0.9.3 (2021-11-02 16:20), 0.9.4 (2021-11-05 17:20), 0.9.5 (2022-01-10 18:32), 0.9.6 (2022-02-25 04:30), 0.10.0 (2022-04-14 14:42), 0.11.0 (2022-06-06 22:10), 0.11.1 (2022-06-12 00:00), 1.0.0 (2022-06-29 08:50), 1.0.1 (2022-07-13 22:30), 1.0.2 (2022-07-17 04:20), 1.1.0 (2022-10-20 05:02), 1.2.0 (2022-11-26 19:30), 1.3.0 (2023-01-05 22:50), 1.4.0 (2023-04-26 06:50), 1.4.1 (2023-05-19 20:20), 1.4.2 (2023-08-25 15:30), 1.4.3 (2023-10-15 17:00), 1.4.5 (2024-02-17 19:40), 2.0.0 (2024-03-31 01:30)
Other packages that cited modelsummary R package
View modelsummary citation profile
Other R packages that modelsummary depends, imports, suggests or enhances
Functions, R codes and Examples using the modelsummary R package
Some associated functions: All . AllObs . Arguments . DropEmpty . Factor . Format . Heading . Histogram . Max . Mean . Median . Min . Multicolumn . N . NPercent . NUnique . Ncol . P0 . P100 . P25 . P50 . P75 . Paste . Percent . PercentMissing . PlusMinus . RowFactor . RowNum . SD . Var . coef_rename . colLabels . config_modelsummary . datasummary . datasummary_balance . datasummary_correlation . datasummary_correlation_format . datasummary_crosstab . datasummary_df . datasummary_skim . dsummary . dvnames . escape_html . escape_latex . escape_string . fmt_decimal . fmt_sci . fmt_significant . fmt_sprintf . fmt_statistic . fmt_term . get_estimates . get_gof . get_gof_broom . get_gof_parameters . get_vcov.mlm . get_vcov . glance_custom . glance_custom_internal.default . glance_custom_internal.lm . glance_custom_internal . gof_map . hush . labelSubset . map_estimates . map_gof . modelplot . modelsummary . modelsummary_wide . msummary . reexports . rowLabels . supported_models . tidy_custom . tidy_custom_internal.default . tidy_custom_internal . update_modelsummary . 
Some associated R codes: bind_est_gof.R . coef_rename.R . config_modelsummary.R . convenience.R . datasummary.R . datasummary_balance.R . datasummary_correlation.R . datasummary_crosstab.R . datasummary_df.R . datasummary_extract.R . datasummary_functions.R . datasummary_skim.R . dvnames.R . escape.R . factory.R . factory_DT.R . factory_dataframe.R . factory_flextable.R . factory_gt.R . factory_huxtable.R . factory_kableExtra.R . factory_markdown.R . factory_typst.R . fmt_factory.R . format_estimates.R . format_gof.R . format_msg.R . get_estimates.R . get_gof.R . get_vcov.R . glance_custom.R . gof_map.R . hush.R . map_estimates.R . map_gof.R . methods_did.R . methods_estimatr.R . methods_fixest.R . methods_lfe.R . methods_stats.R . modelplot.R . modelsummary.R . modelsummary_list.R . modelsummary_rbind.R . modelsummary_wide.R . poorman.R . reexport.R . rename_statistics.R . sanitize_conf_level.R . sanitize_fmt.R . sanitize_gof_map.R . sanitize_models.R . sanitize_output.R . sanitize_shape.R . sanitize_statistic.R . sanitize_vcov.R . sanity_checks.R . settings.R . shape_estimates.R . span.R . stars.R . supported_models.R . themes.R . tidy_custom.R . update_modelsummary.R . utils_labels.R . utils_pad.R . utils_print.R . utils_replace.R . utils_stats.R . utils_warn.R . zzz.R .  Full modelsummary package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns