- Видео 1
- Просмотров 19 438
Daniel Sjoberg
Добавлен 26 июн 2010
Presentation-ready Summary Tables with {gtsummary}
Presented at Weill Cornell Computing Club 04/27/2021
Slides available at www.danieldsjoberg.com/gtsummary-weill-cornell-presentation/
Chapters
0:00 Introduction
4:21 tbl_summary()
16:39 Styling & Formatting
19:47 tbl_cross()
20:41 tbl_svysummary()
20:56 tbl_survfit()
21:39 tbl_regression()
25:36 tbl_uvregression()
26:58 inline_text()
28:46 tbl_merge()/tbl_stack()
32:33 tbl_strata()
37:15 gtsummary themes
43:02 gtsummary print engines
46:17 Closing Remarks
47:45 Q&A
Slides available at www.danieldsjoberg.com/gtsummary-weill-cornell-presentation/
Chapters
0:00 Introduction
4:21 tbl_summary()
16:39 Styling & Formatting
19:47 tbl_cross()
20:41 tbl_svysummary()
20:56 tbl_survfit()
21:39 tbl_regression()
25:36 tbl_uvregression()
26:58 inline_text()
28:46 tbl_merge()/tbl_stack()
32:33 tbl_strata()
37:15 gtsummary themes
43:02 gtsummary print engines
46:17 Closing Remarks
47:45 Q&A
Просмотров: 19 445
Excelent work!!! Thank you so much.
thank you, sir! hope you leave this video open for long time as you can for everyone like me can watch time after time. Many thanks, sir!
OMG! best and most useful video on R everrrrrrrrrrrrrr.thank you
Is there's something like gtsummary in python?
Hi Daniel, I have a question. Can I change the type of letter in the tables?
Hello, I'm happy to answer questions, but the YT comments section isn't the best place. Please post on stackoverflow.com. use the gtsummary tag and I'll be notified of your post. Thanks!
Excellent work Sir. Thank you so much.
This is a huge public service. Thank you so much!
Hello. Thanks so much for your package, it helps me alot in my thesis. However, after updating R to 4.1 and R Studio to 2023.09.1 the gtsummary is not working anymore. Even after reinstalling the packages needed in the warning messages. It always returned: "ERROR: package installation failed Error: Failed to install 'gtsummary' from GitHub: ! System command 'Rcmd.exe' failed In addition: Warning messages: 1: In i.p(...) : installation of package ‘bslib’ had non-zero exit status 2: In i.p(...) : installation of package ‘rmarkdown’ had non-zero exit status 3: In i.p(...) : installation of package ‘htmlwidgets’ had non-zero exit status 4: In i.p(...) : installation of package ‘gt’ had non-zero exit status" Could you please help? Really appreciated. Thank you.
Looks like you have an installation error. Try closing all your R and RStudio sessions, open a single session, and before you try any other command re-install the package.
@@ddsjoberg Thank Daniel for the advice. I unistalled both last updated R and Rstudio then reinstalled it again with the version from 2020 and it works with a few installation. Anyways I am an Epidemiologist from Cambodia and I am also a Daniel. :D
Change my life Daniel! Thank you so much!
Hi, thank you so much for this video and this package, ist just amazing. I didnt understand very well how it works whit Survfit. I would like to do a table with my variables at baseline and then again after 12 months divided into different groups. Would it be possible with this package? I dont know how should my df be, wide format or long format? I would be very happy if you could answer me! Thank you again, is amaizing!
Great Job! thank you so much, Daniel!
Thank you very much for your presentation! I have chosen the percentage calculation by rows. What do I have to do to get only the percentage displayed for certain columns? Thanks in advance!
Awesome work Daniel. Thanks a million.
The details are just what I need to summarise "sewer sociology" data! Not quite drug data related but leads to wastewater monitoring. Running the code generated an error message: "Error in UseMethod("ungroup") : no applicable method for 'ungroup' applied to an object of class "c('tbl_summary', 'gtsummary')". Any suggestions to update the code. Much appreciated.
Sorted, apologies, I hadn't selected data first. Great presentation thanks
Thank you so much for this awesome package
Thank you very much. Maverlous!
I this is dream come true! It will automate most boring tables I did it manually! thank you
Nice presentation Dr.Daniel.., I can't change "variable label" when I used tbl_merge., how to change the label.?
Happy to answer your question. Can you post your question to stackoverflow.com. Include the gtsummary tag, and I'll be notified of your post. Please include a reproducible example with your post using code I can run on my machine.
I hav numerical variables data having repeating value like many patients have 3 years of bad habits...R calculate it as categorical(%) while I need mean(SD)..what I should do