python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Show count of unique values in datasummary and combine two different tables of descriptive statistics using data
I really like the modelsummary package and i'm trying to produce a single table that mixes descriptive statistics of different types. The first part is easy: I can make basic descriptives of var2 and ...
spindoctor
Votes: 0
Answers: 2
Create summary for multiple iterations extracted from loop via single model
I have created a function which is running multiple iteration of lm regression using different columns as the dependent variable over a loop. I am extracting the summary of each iteration and the rela...
Abhishek Pant
Votes: 0
Answers: 1
Adding a LaTeX reference label to a table in modelsummary
I'm trying to produce tables in R (not RMarkdown, as this question helps answer) with modelsummary and I'm having a tough time adding reference labels (e.g., tab:hello). As Vincent points out in this ...
Julian
Votes: 0
Answers: 1
Modelsummary: Different formats for estimates and extra rows from add_rows
This question is similar in spirit to Modelsummary: Different formats for estimates and statistics, but concerns the formatting for "additional rows" created with the add_rows function of th...
Julian
Votes: 0
Answers: 1