Daniel Sjoberg
Daniel Sjoberg
  • Видео 1
  • Просмотров 19 438
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
Просмотров: 19 445

Видео

Комментарии

  • @docenteborisgabrieljohnson6701
    @docenteborisgabrieljohnson6701 2 месяца назад

    Excelent work!!! Thank you so much.

  • @vietthang8113
    @vietthang8113 6 месяцев назад

    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!

  • @Researcholigist
    @Researcholigist 8 месяцев назад

    OMG! best and most useful video on R everrrrrrrrrrrrrr.thank you

  • @MCMMADDOGXCV
    @MCMMADDOGXCV 9 месяцев назад

    Is there's something like gtsummary in python?

  • @williamvilchezcruz
    @williamvilchezcruz Год назад

    Hi Daniel, I have a question. Can I change the type of letter in the tables?

    • @ddsjoberg
      @ddsjoberg Год назад

      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!

  • @williamvilchezcruz
    @williamvilchezcruz Год назад

    Excellent work Sir. Thank you so much.

  • @jjgregg9923
    @jjgregg9923 Год назад

    This is a huge public service. Thank you so much!

  • @4141-i7o
    @4141-i7o Год назад

    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.

    • @ddsjoberg
      @ddsjoberg Год назад

      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.

    • @4141-i7o
      @4141-i7o Год назад

      @@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

  • @guiodoc86
    @guiodoc86 Год назад

    Change my life Daniel! Thank you so much!

  • @vitoriaminelli5558
    @vitoriaminelli5558 Год назад

    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!

  • @minhsangnguyen
    @minhsangnguyen 2 года назад

    Great Job! thank you so much, Daniel!

  • @fliegendesklassenzimmer5459
    @fliegendesklassenzimmer5459 2 года назад

    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!

  • @siyisoy
    @siyisoy 2 года назад

    Awesome work Daniel. Thanks a million.

  • @charlesmellish5515
    @charlesmellish5515 2 года назад

    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.

    • @charlesmellish5515
      @charlesmellish5515 2 года назад

      Sorted, apologies, I hadn't selected data first. Great presentation thanks

  • @amiraelgendy8917
    @amiraelgendy8917 2 года назад

    Thank you so much for this awesome package

  • @niceday2015
    @niceday2015 2 года назад

    Thank you very much. Maverlous!

  • @newbestofthis4422
    @newbestofthis4422 3 года назад

    I this is dream come true! It will automate most boring tables I did it manually! thank you

  • @DefrimanDjafri
    @DefrimanDjafri 3 года назад

    Nice presentation Dr.Daniel.., I can't change "variable label" when I used tbl_merge., how to change the label.?

    • @ddsjoberg
      @ddsjoberg 3 года назад

      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.

    • @umarhussain5957
      @umarhussain5957 3 года назад

      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