FITFLOP
Home

gtsummary (14 post)


posts by category not found!

tbl_summary() and add_p() -- Pull the name of the test (as it would appear in footnote) Into a Column

Understanding tbl summary and add p in R Pulling Test Names into a Column In data analysis summarizing data and comparing groups are crucial steps The gtsummary

2 min read 20-10-2024 18
tbl_summary() and add_p() -- Pull the name of the test (as it would appear in footnote) Into a Column
tbl_summary() and add_p() -- Pull the name of the test (as it would appear in footnote) Into a Column

gtsummary: make variable group labels bold

Making Variable Group Labels Bold in gtsummary When creating tables in R using the gtsummary package one common request is to enhance the visibility of variable

2 min read 18-10-2024 36
gtsummary: make variable group labels bold
gtsummary: make variable group labels bold

gtsummary::tbl_summary error when calculating sd for continuous variables

gtsummary tbl summary Understanding and Fixing SD Calculation Errors for Continuous Variables The gtsummary package is a popular tool in R for creating visually

2 min read 06-10-2024 30
gtsummary::tbl_summary error when calculating sd for continuous variables
gtsummary::tbl_summary error when calculating sd for continuous variables

Formatting gtsummary table layout to show subcategories on first column

Formatting gtsummary Tables Displaying Subcategories in the First Column The gtsummary package in R provides a powerful and elegant way to create summary tables

2 min read 06-10-2024 26
Formatting gtsummary table layout to show subcategories on first column
Formatting gtsummary table layout to show subcategories on first column

I tried to add a footer to the group_header in the table generated by the gtsummary package, but failed

Adding Footers to Group Headers in gtsummary Tables A Comprehensive Guide Creating visually appealing and informative tables is essential for data analysis and

2 min read 05-10-2024 28
I tried to add a footer to the group_header in the table generated by the gtsummary package, but failed
I tried to add a footer to the group_header in the table generated by the gtsummary package, but failed

Why doesn't my p value give the same in gtsummary()?

Why Does My P Value Differ Between gtsummary and Other Statistical Tests You re working diligently with your statistical analysis using the handy gtsummary pack

3 min read 05-10-2024 32
Why doesn't my p value give the same in gtsummary()?
Why doesn't my p value give the same in gtsummary()?

Pairwise categorical comparison gt-summary table?

Unveiling Relationships Pairwise Categorical Comparison with GT Summary Tables Understanding how different categorical variables interact within a dataset is cr

2 min read 05-10-2024 33
Pairwise categorical comparison gt-summary table?
Pairwise categorical comparison gt-summary table?

Merge a gt table with a table created with gtsummary

Merging gt and gtsummary Tables for Enhanced Data Visualization Combining data from different sources can often be crucial for creating comprehensive and inform

2 min read 04-10-2024 29
Merge a gt table with a table created with gtsummary
Merge a gt table with a table created with gtsummary

gtsummary multiple answer categorical var: use case describing symptoms from a linelist

Visualizing Multiple Symptoms in a Linelist using gtsummary Problem You have a dataset linelist of patients with different symptoms Some patients have multiple

2 min read 03-10-2024 24
gtsummary multiple answer categorical var: use case describing symptoms from a linelist
gtsummary multiple answer categorical var: use case describing symptoms from a linelist

Align Column Numbers by Decimal Mark in gtsummary Table

Aligning Decimal Marks in gtsummary Tables for Crystal Clear Data Presentation When creating tables with numerical data aligning decimal points is crucial for e

2 min read 03-10-2024 30
Align Column Numbers by Decimal Mark in gtsummary Table
Align Column Numbers by Decimal Mark in gtsummary Table

In R, when presenting data (RCT) in a table (preferably gtsummary), how to include tests of significance both within group and between groups? [pic]

Presenting Randomized Controlled Trial RCT Data in Tables A Guide to Significance Testing with gtsummary When analyzing data from a randomized controlled trial

3 min read 02-10-2024 26
In R, when presenting data (RCT) in a table (preferably gtsummary), how to include tests of significance both within group and between groups? [pic]
In R, when presenting data (RCT) in a table (preferably gtsummary), how to include tests of significance both within group and between groups? [pic]

is anyone add statisctic columns successfully using add_stat function for tbl_continuous objects( not tbl_summary)?

Can You Add Statistics to a tbl continuous Object Using add stat You re trying to add statistics to a tbl continuous object from the gtsummary package using the

2 min read 02-10-2024 31
is anyone add statisctic columns successfully using add_stat function for tbl_continuous objects( not tbl_summary)?
is anyone add statisctic columns successfully using add_stat function for tbl_continuous objects( not tbl_summary)?

Using two "by" categories in tbl_summary from gtsummary in R

Demystifying Two by Categories in tbl summary A Comprehensive Guide The tbl summary function in the gtsummary package in R offers a powerful way to create profe

2 min read 01-10-2024 29
Using two "by" categories in tbl_summary from gtsummary in R
Using two "by" categories in tbl_summary from gtsummary in R

How to add pvalues for multiple comparisons between more than two groups for categorical variables in gt-summary

Adding p values for Multiple Comparisons in gt summary A Comprehensive Guide When analyzing categorical variables with more than two groups researchers often ne

3 min read 29-09-2024 39
How to add pvalues for multiple comparisons between more than two groups for categorical variables in gt-summary
How to add pvalues for multiple comparisons between more than two groups for categorical variables in gt-summary