python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to transpose tbl_summary table (Pivot table)
I would want to create a pivot table using the dataframe using tbl_summary
head(tblbdcc)
# A tibble: 6 x 11
ntdcc miphlycc anopmcrpcc anomcrtcc cleftscc impanuscc hypcc talipcc limbcc omphcc gasc...
Robert Serunjogi
Votes: 0
Answers: 1
How to best create a table to display demographics for multiple outcomes?
I am trying to present a table showing demographic information for multiple dichotomous outcomes asked in a survey.
This is an example of what I am starting with:
df1 <- data.frame(ID=c(1,2,3,4,5,6...
epi_123
Votes: 0
Answers: 2
can tbl_summary() leave empty value instead of NA/ missing values?
I am using tbl_summary() to summarize clinical characteristics of a patient cohort.
I have a patient group and a control group. My problem is that I have more variables for the patient group (blood co...
KatjaKaa
Votes: 0
Answers: 2
Error when renaming multiple columns and using add_overall() in tbl_summary
I am trying to create summary tables. I want to split these by site and have a "Total" column.
However, when I try to rename multiple columns AND use add_overall(), I get the following error...
epi_123
Votes: 0
Answers: 2