Package: panelsummary 0.1.2.1
panelsummary: Create Publication-Ready Regression Tables with Panels
Create an automated regression table that is well-suited for models that are estimated with multiple dependent variables. 'panelsummary' extends 'modelsummary' (Arel-Bundock, V. (2022) <doi:10.18637/jss.v103.i01>) by allowing regression tables to be split into multiple sections with a simple function call. Utilize familiar arguments such as fmt, estimate, statistic, vcov, conf_level, stars, coef_map, coef_omit, coef_rename, gof_map, and gof_omit from 'modelsummary' to clean the table, and additionally, add a row for the mean of the dependent variable without external manipulation.
Authors:
panelsummary_0.1.2.1.tar.gz
panelsummary_0.1.2.1.zip(r-4.5)panelsummary_0.1.2.1.zip(r-4.4)panelsummary_0.1.2.1.zip(r-4.3)
panelsummary_0.1.2.1.tgz(r-4.4-any)panelsummary_0.1.2.1.tgz(r-4.3-any)
panelsummary_0.1.2.1.tar.gz(r-4.5-noble)panelsummary_0.1.2.1.tar.gz(r-4.4-noble)
panelsummary_0.1.2.1.tgz(r-4.4-emscripten)panelsummary_0.1.2.1.tgz(r-4.3-emscripten)
panelsummary.pdf |panelsummary.html✨
panelsummary/json (API)
NEWS
# Install 'panelsummary' in R: |
install.packages('panelsummary', repos = c('https://michaeltopper1.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/michaeltopper1/panelsummary/issues
Last updated 1 years agofrom:fdf4849d31. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 13 2024 |
R-4.5-win | NOTE | Oct 13 2024 |
R-4.5-linux | NOTE | Oct 13 2024 |
R-4.4-win | NOTE | Oct 13 2024 |
R-4.4-mac | NOTE | Oct 13 2024 |
R-4.3-win | OK | Oct 13 2024 |
R-4.3-mac | OK | Oct 13 2024 |
Exports:clean_rawmodels_supportedpanelsummarypanelsummary_raw
Dependencies:backportsbase64encbayestestRbslibcachemcheckmateclicolorspacecpp11data.tabledatawizarddigestdplyrdreamerrevaluatefansifarverfastmapfixestfontawesomeFormulafsgenericsgluehighrhtmltoolsinsightjquerylibjsonlitekableExtraknitrlabelinglatticelifecyclemagrittrmemoisemimemodelsummarymunsellnlmenumDerivparametersperformancepillarpkgconfigR6rappdirsRColorBrewerRcpprlangrmarkdownrstudioapisandwichsassscalesstringistringmagicstringrsvglitesystemfontstablestibbletidyselecttinytabletinytexutf8vctrsviridisLitewithrxfunxml2yamlzoo
Adding Rows to a panelsummary Table
Rendered fromadding_rows.Rmd
usingknitr::rmarkdown
on Oct 13 2024.Last update: 2022-12-15
Started: 2022-12-14
Introduction to panelsummary
Rendered frompanelsummary.Rmd
usingknitr::rmarkdown
on Oct 13 2024.Last update: 2023-08-16
Started: 2022-09-13
Using panelsummary with fixest
Rendered fromwith_fixest.Rmd
usingknitr::rmarkdown
on Oct 13 2024.Last update: 2022-12-15
Started: 2022-09-14
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Pass a panelsummary::panelsummary_raw dataframe into kableExtra::kbl() with typical defaults | clean_raw |
Merges the means to the modelsummary output dataframe | connect_means |
all models supported by panelsummary | models_supported |
Create a regression table with multiple panels | panelsummary |
Create a regression data.frame to manually edit further | panelsummary_raw |