Relative Content

Tag Archive for 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.

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.