how to do a table means using gtsummary
I would like to make a table of means with CIs or median and quartiles of a continuous variable for several categorical variables.
The model table shows my expectation with the result.
I need to do this for a survey data.
I did several searches but didn’t find a solution in gtsummary
.
how to do a table means using gtsummary
I would like to make a table of means with CIs or median and quartiles of a continuous variable for several categorical variables.
The model table shows my expectation with the result.
I need to do this for a survey data.
I did several searches but didn’t find a solution in gtsummary
.
how to do a table means using gtsummary
I would like to make a table of means with CIs or median and quartiles of a continuous variable for several categorical variables.
The model table shows my expectation with the result.
I need to do this for a survey data.
I did several searches but didn’t find a solution in gtsummary
.
how to do a table means using gtsummary
I would like to make a table of means with CIs or median and quartiles of a continuous variable for several categorical variables.
The model table shows my expectation with the result.
I need to do this for a survey data.
I did several searches but didn’t find a solution in gtsummary
.
R gtsummary package 95% confidence interval error
I’m using the tbl_svysummary function of gtsummary in R to describe my study population – calculate proportions of individuals that belong to each category and generate 95% CI for the proportion. Here’s the code that I used:
How can I display sum of a variable in tbl_summary?
I have a dataframe that contains message_type, numerator and week_of. Sliced dput output is below. I want to use tbl_summary to display the sum of numerator for each message_type but can’t figure out how to do that.
How to add Differences between all levels of different stratas in gtsummary
I am trying to create a table where I can see the % of cases for a number of variables, by Gender and year, and add to that a “Differences section” between year and gender.
tbl_merge changes order of variables?
I have a question regarding modifying the order of labels in tbl_regression and tbl_merge.
Reproducing table titles in Kitted PDFs – tables built using gtsummary package in R
I am building tables using R’s gtsummary package – tlb_cross, tbl_regression, tbl_summary – and I am unable to render table titles when Knitting to PDF, although I am able to render these titles when Knitting to HTML.
how to use gt summary with strata for a table by group in time
Hi I’m trying to make a table with two groups of subjects over 4 time points, but I think there is an error with my code that I’m not figuring out.