You will need this for your meta analysis | Forest plot in RStudio

Поділитися
Вставка
  • Опубліковано 31 гру 2021
  • First describe in the 1970, forest plot have been useful to present a large number of data/ comparison in a single chart. Here, I try to follow a newly published package forestplot() in R to demonstrate how easy a forest plot can be constructed in the R environment and how each Parameters can be adjusted to fit the required look and feel of the final output.
    There are some data manipulation needed to arrange the data into those specific format, for that, you can try to search for data manipulation series on this channel :)
    Scripts used
    github.com/brandonyph/Forest-...
    Website mentioned:
    ttps://cran.r-project.org/web/packages/forestplot/vignettes/forestplot.html
    Example of Forest plots in Bioinformatics
    bmcbioinformatics.biomedcentr...
    www.ncbi.nlm.nih.gov/pmc/arti...
    Understanding Forest Plot
    #s4be.cochrane.org/blog/2016/0...
    Email: liquidbrain.r@gmail.com
    Website: www.liquidbrain.org

КОМЕНТАРІ • 13

  • @Marcus__Aurelius
    @Marcus__Aurelius 2 роки тому

    Thank you! :)

  • @meseretmuche6984
    @meseretmuche6984 7 місяців тому

    remarkable

  • @emileriksson1551
    @emileriksson1551 8 місяців тому

    Wow this was amazing, thank you so much! I have one question: How to center the text in the plot? For example at 10:57 in your video, how to center "36, 1, 4, ...." under "Deaths (steroid)" so that it looks straight? Thanks!

  • @thinge4me
    @thinge4me 2 роки тому

    At 17:30, how would you add more columns on the left of the graph? For example, I want write out the OR, L95, and U95, which would be different for each group.

    • @LiquidBrain
      @LiquidBrain  2 роки тому

      You can add a column in the raw data before running the forestplot function, but its a but hard to demonstrate here in the comment, Do sent us an email and i can see if i can add the column for you :)

  • @xoxannie16xox
    @xoxannie16xox 11 місяців тому

    Hello! I sent you an email last week that I was hoping you might be able to advise on? I just had some related questions re: color coding in R. Thanks so much!

  • @beingfijian1855
    @beingfijian1855 Рік тому

    I am unable to get the forestplot library. It says it doesn't not exist. pls help.

  • @hilarygriffin877
    @hilarygriffin877 Рік тому

    Hello, when I run the forestplot syntax and the dplyr syntax, both give me the following error message: Error in plot.new() : figure margins too large

    • @LiquidBrain
      @LiquidBrain  Рік тому

      It could be that you are running a different resolution from my computer, can I check which command is the one causing the error? I can check how to modified the command to avoid the error.

    • @hilarygriffin877
      @hilarygriffin877 Рік тому +1

      Nevermind, I realized my plot window was just too small! Thank you for the video. I came across the script online before seeing the video. Your explanation really helped me make sense of the code!

    • @LiquidBrain
      @LiquidBrain  Рік тому

      @@hilarygriffin877 😃glad to be of help

  • @angelyromero1435
    @angelyromero1435 2 роки тому

    Hello I am trying to do the leave one out method in R studio 🥺

    • @LiquidBrain
      @LiquidBrain  2 роки тому

      Hi, not sure what you mean, are you facing any problem following the script?