Results for gtsummary
Good evening! I'm currently encountering a challenge with TableOne (and gtsummary) when attempting to create a table with variables of very small orde...
I'm currently building a custom function to evaluate pairwise differences between groups in tbl_summary/tbl_svysummary. When using %>% add_stat(fns = ...
I am creating some descriptive statistics tables and I have a series of questions that have responses on the same 6-point scale. When I generate a tab...
I would like to create a table one of baseline characteristics, stratified by an exposure, that shows SMDs between the exposure groups for every level...
I am creating a cross-tabulation table in R with the tbl_cross funtion using @daniel-d-sjoberg's gtsummary package. I am trying to figure out how to ...
library(data.table) library(gtsummary) mm-structure(list(time = c(1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3), meas1 = c(5...
I'm currently trying to run tbl_regression with an imputed dataset from mice run through a logistic glm. I'm having trouble trying to combine the cust...
I need help on how to write R code using gtsummary package to create a summary table with several categorical variables as rows and the column side (t...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?