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)
tbl_merge from gtsummary package - Error: All objects in 'tbls' must be class 'gtsummary'
I'm trying to merge three regression tables (tbl_regression) using the tbl_merge function in the gtsummary package. I keep getting the error message: "All objects in 'tbls' must be class 'gtsumma...
Mathilde Storgård Bek
Votes: 0
Answers: 1
Assign object name to different tbl_summary tables from lapply function
I would want to generate different tbl_summary tables from a loop(lapply function) over similar categorical variables (var1, var2, var3) applied to "by= " and assign each of them an object n...
Robert Serunjogi
Votes: 0
Answers: 1
tab_row_names does not accept helpers if gt table comes from gtsummary::tbl_summary
According to help pages https://rdrr.io/cran/gt/man/tab_row_group.html , tab_row_names accept helpers to locate rows. Actually, it works with a gt table, but it does not work when the gt table comes f...
Jesus Esteban
Votes: 0
Answers: 0
gtsummary in Survey analysis (labels get lost when using subset function of survey)
Labels of variables (using Labelled package) do not carry over when subsetting the survey using (subset of Survey package), and I end up having to manually insert labels into the gtsummary function.
l...
crytpodoc
Votes: 0
Answers: 1